]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
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 70fdcdd67f8034a5ea5ba6622e66225e731b7bd4..5306b78de0caa8be8d456e3a84744507159e6975 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>;
        };
 };