ARM: dts: imx51-zii-rdu1: Add missing #phy-cells to usb-nop-xceiv
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 26 Dec 2017 18:04:20 +0000 (16:04 -0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 27 Dec 2017 02:37:30 +0000 (10:37 +0800)
Commit 915fbe59cbf2fe6 ("ARM: dts: imx: Add missing #phy-cells to
usb-nop-xceiv") missed to update imx51-zii-rdu1.dts probably due to a
merge timing issue, so add #phy-cells here too.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-zii-rdu1.dts

index 70fdcdd..5306b78 100644 (file)
                clock-names = "main_clk";
                reset-gpios = <&gpio4 8 GPIO_ACTIVE_LOW>;
                vcc-supply = <&vusb_reg>;
+               #phy-cells = <0>;
        };
 
        usbh2phy: usbphy2 {
                clock-names = "main_clk";
                reset-gpios = <&gpio4 7 GPIO_ACTIVE_LOW>;
                vcc-supply = <&vusb_reg>;
+               #phy-cells = <0>;
        };
 };