linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: dts: i.MX51: Move usbphy0 node from AIPS1
@ 2013-11-07  8:45 Alexander Shiyan
  2013-11-07  8:45 ` [PATCH 2/5] ARM: dts: i.MX51: Update CPU node Alexander Shiyan
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alexander Shiyan @ 2013-11-07  8:45 UTC (permalink / raw)
  To: linux-arm-kernel

usbphy0 is not a part of AIPS1, so move this node under usbotg.
Additionally this patch removes useless "status" property.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx51.dtsi | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 463dfe8..1075a7d 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -189,13 +189,6 @@
 				};
 			};
 
-			usbphy0: usbphy at 0 {
-				compatible = "usb-nop-xceiv";
-				clocks = <&clks 75>;
-				clock-names = "main_clk";
-				status = "okay";
-			};
-
 			usbotg: usb at 73f80000 {
 				compatible = "fsl,imx51-usb", "fsl,imx27-usb";
 				reg = <0x73f80000 0x0200>;
@@ -204,6 +197,12 @@
 				fsl,usbmisc = <&usbmisc 0>;
 				fsl,usbphy = <&usbphy0>;
 				status = "disabled";
+
+				usbphy0: usbphy at 0 {
+					compatible = "usb-nop-xceiv";
+					clocks = <&clks 75>;
+					clock-names = "main_clk";
+				};
 			};
 
 			usbh1: usb at 73f80200 {
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-11  8:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  8:45 [PATCH 1/5] ARM: dts: i.MX51: Move usbphy0 node from AIPS1 Alexander Shiyan
2013-11-07  8:45 ` [PATCH 2/5] ARM: dts: i.MX51: Update CPU node Alexander Shiyan
2013-11-07  8:45 ` [PATCH 3/5] ARM: dts: i.MX51: Add dummy clock to AUDMUX Alexander Shiyan
2013-11-07  8:45 ` [PATCH 4/5] ARM: dts: i.MX51: Add missing pinctrl definitions Alexander Shiyan
2013-11-07  8:45 ` [PATCH 5/5] ARM: dts: i.MX51: Switch to use standard IRQ flags definitions Alexander Shiyan
2013-11-11  8:11 ` [PATCH 1/5] ARM: dts: i.MX51: Move usbphy0 node from AIPS1 Shawn Guo
2013-11-11  8:15   ` Alexander Shiyan
2013-11-11  8:28     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).