ARM: dts: imx53-ppd: Rename usbphy nodes
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>
Thu, 28 Jun 2018 16:36:39 +0000 (18:36 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 3 Jul 2018 05:58:07 +0000 (13:58 +0800)
This renames usbphy nodes 2 & 3, so that they follow the same
format as usbphy node 0 & 1 from imx53.dtsi.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-ppd.dts

index 30bbe0d..444ec84 100644 (file)
                };
        };
 
-       usbphy2: usbphy2 {
+       usbphy2: usbphy-2 {
                compatible = "usb-nop-xceiv";
                vcc-supply = <&reg_3v3>;
                reset-gpios = <&gpio4 4 GPIO_ACTIVE_LOW>;
                assigned-clock-parents = <&clks IMX5_CLK_OSC>;
        };
 
-       usbphy3: usbphy3 {
+       usbphy3: usbphy-3 {
                compatible = "usb-nop-xceiv";
                vcc-supply = <&reg_3v3>;
                reset-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;