ARM: dts: imx25: Move usbphy nodes out of simple-bus
authorFabio Estevam <festevam@denx.de>
Wed, 6 Dec 2023 15:00:23 +0000 (12:00 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Dec 2023 11:05:00 +0000 (19:05 +0800)
The USB PHY nodes should not be described under 'simple-bus'.

Move it out of simple-bus.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx25.dtsi

index d0193d6f2d08cb6e395fbbb04d90bac97456a296..e7b7f22b5e896a8418c8a1382e78377f4a260228 100644 (file)
                };
        };
 
+       usbphy0: usb-phy0 {
+               compatible = "usb-nop-xceiv";
+               #phy-cells = <0>;
+       };
+
+       usbphy1: usb-phy1 {
+               compatible = "usb-nop-xceiv";
+               #phy-cells = <0>;
+       };
+
        soc: soc {
                #address-cells = <1>;
                #size-cells = <1>;
                        };
                };
        };
-
-       usbphy {
-               compatible = "simple-bus";
-               #address-cells = <1>;
-               #size-cells = <0>;
-
-               usbphy0: usb-phy@0 {
-                       reg = <0>;
-                       compatible = "usb-nop-xceiv";
-                       #phy-cells = <0>;
-               };
-
-               usbphy1: usb-phy@1 {
-                       reg = <1>;
-                       compatible = "usb-nop-xceiv";
-                       #phy-cells = <0>;
-               };
-       };
 };