summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/nxp
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-12-06 12:00:23 -0300
committerShawn Guo <shawnguo@kernel.org>2023-12-13 19:05:00 +0800
commitf3263307171e3752039e3f83c5978ba695f669d2 (patch)
tree73bb65dca80ef40ff87dd6eae1b561a5d359c949 /arch/arm/boot/dts/nxp
parent0bc9c2dd3d25c7081bb15333277027252efdf38a (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/nxp')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx25.dtsi28
1 files changed, 10 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx25.dtsi b/arch/arm/boot/dts/nxp/imx/imx25.dtsi
index d0193d6f2d08..e7b7f22b5e89 100644
--- a/arch/arm/boot/dts/nxp/imx/imx25.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx25.dtsi
@@ -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>;
- };
- };
};