diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-11-19 06:47:26 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:32:50 -0500 |
commit | 4e942303eaa10872ca77bbaa054accd3e4bebdbb (patch) | |
tree | eb568dc7eed1cca4650a13a642888fd86d080549 /arch/arm/boot/dts/imx51.dtsi | |
parent | c896238c23c3fbb3a973cb696499578cb1ae0dca (diff) |
ARM: dts: i.MX51: Move usbphy0 node from AIPS1
usbphy0 is not a part of AIPS1, so move this node under root.
Additionally this patch removes useless "status" property.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 279aa1e8ba2f..f264cab1b7c1 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi | |||
@@ -82,6 +82,19 @@ | |||
82 | }; | 82 | }; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | usbphy { | ||
86 | #address-cells = <1>; | ||
87 | #size-cells = <0>; | ||
88 | compatible = "simple-bus"; | ||
89 | |||
90 | usbphy0: usbphy@0 { | ||
91 | compatible = "usb-nop-xceiv"; | ||
92 | reg = <0>; | ||
93 | clocks = <&clks IMX5_CLK_USB_PHY_GATE>; | ||
94 | clock-names = "main_clk"; | ||
95 | }; | ||
96 | }; | ||
97 | |||
85 | soc { | 98 | soc { |
86 | #address-cells = <1>; | 99 | #address-cells = <1>; |
87 | #size-cells = <1>; | 100 | #size-cells = <1>; |
@@ -203,13 +216,6 @@ | |||
203 | }; | 216 | }; |
204 | }; | 217 | }; |
205 | 218 | ||
206 | usbphy0: usbphy@0 { | ||
207 | compatible = "usb-nop-xceiv"; | ||
208 | clocks = <&clks IMX5_CLK_USB_PHY_GATE>; | ||
209 | clock-names = "main_clk"; | ||
210 | status = "okay"; | ||
211 | }; | ||
212 | |||
213 | usbotg: usb@73f80000 { | 219 | usbotg: usb@73f80000 { |
214 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; | 220 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
215 | reg = <0x73f80000 0x0200>; | 221 | reg = <0x73f80000 0x0200>; |