提交 f415153c 编写于 作者: F Fabio Estevam 提交者: Shawn Guo

ARM: dts: imx25.dtsi: Fix USB support.

Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NDenis Carikli <denis@eukrea.com>
Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
上级 056c5a59
...@@ -483,22 +483,13 @@ ...@@ -483,22 +483,13 @@
clocks = <&clks 99>; clocks = <&clks 99>;
}; };
usbphy1: usbphy@1 {
compatible = "nop-usbphy";
status = "disabled";
};
usbphy2: usbphy@2 {
compatible = "nop-usbphy";
status = "disabled";
};
usbotg: usb@53ff4000 { usbotg: usb@53ff4000 {
compatible = "fsl,imx25-usb", "fsl,imx27-usb"; compatible = "fsl,imx25-usb", "fsl,imx27-usb";
reg = <0x53ff4000 0x0200>; reg = <0x53ff4000 0x0200>;
interrupts = <37>; interrupts = <37>;
clocks = <&clks 70>; clocks = <&clks 70>;
fsl,usbmisc = <&usbmisc 0>; fsl,usbmisc = <&usbmisc 0>;
fsl,usbphy = <&usbphy0>;
status = "disabled"; status = "disabled";
}; };
...@@ -508,6 +499,7 @@ ...@@ -508,6 +499,7 @@
interrupts = <35>; interrupts = <35>;
clocks = <&clks 70>; clocks = <&clks 70>;
fsl,usbmisc = <&usbmisc 1>; fsl,usbmisc = <&usbmisc 1>;
fsl,usbphy = <&usbphy1>;
status = "disabled"; status = "disabled";
}; };
...@@ -517,7 +509,6 @@ ...@@ -517,7 +509,6 @@
clocks = <&clks 9>, <&clks 70>, <&clks 8>; clocks = <&clks 9>, <&clks 70>, <&clks 8>;
clock-names = "ipg", "ahb", "per"; clock-names = "ipg", "ahb", "per";
reg = <0x53ff4600 0x00f>; reg = <0x53ff4600 0x00f>;
status = "disabled";
}; };
dryice@53ffc000 { dryice@53ffc000 {
...@@ -549,4 +540,20 @@ ...@@ -549,4 +540,20 @@
}; };
}; };
}; };
usbphy {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;
usbphy0: usb-phy@0 {
reg = <0>;
compatible = "usb-nop-xceiv";
};
usbphy1: usb-phy@1 {
reg = <1>;
compatible = "usb-nop-xceiv";
};
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册