linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX51: Fix OTG PHY clock
@ 2013-11-05 14:00 Alexander Shiyan
  2013-11-06  8:24 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-11-05 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

Proper clock ID for USB OTG PHY is "usb_phy_gate".
The patch changes this mismatch.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx51.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 48fa41b..06bb184 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -190,7 +190,7 @@
 
 			usbphy0: usbphy at 0 {
 				compatible = "usb-nop-xceiv";
-				clocks = <&clks 124>;
+				clocks = <&clks 75>;
 				clock-names = "main_clk";
 				status = "okay";
 			};
-- 
1.8.1.5

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

* [PATCH] ARM: dts: i.MX51: Fix OTG PHY clock
  2013-11-05 14:00 [PATCH] ARM: dts: i.MX51: Fix OTG PHY clock Alexander Shiyan
@ 2013-11-06  8:24 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2013-11-06  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 05, 2013 at 06:00:18PM +0400, Alexander Shiyan wrote:
> Proper clock ID for USB OTG PHY is "usb_phy_gate".
> The patch changes this mismatch.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied, thanks.

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 14:00 [PATCH] ARM: dts: i.MX51: Fix OTG PHY clock Alexander Shiyan
2013-11-06  8:24 ` 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).