ARM: dts: imx25: Move usbphy nodes out of simple-bus

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>
This commit is contained in:
Fabio Estevam 2023-12-06 12:00:23 -03:00 committed by Shawn Guo
parent 0bc9c2dd3d
commit f326330717

View File

@ -68,6 +68,16 @@
};
};
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>;
@ -617,22 +627,4 @@
};
};
};
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>;
};
};
};