]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: i.MX51: Fix OTG PHY clock
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 5 Nov 2013 14:00:18 +0000 (18:00 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 11 Nov 2013 14:58:45 +0000 (22:58 +0800)
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>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51.dtsi

index f4dcff3a9969a053d0a7c136015c94526a739cb8..4bcdd3ad15e524d95cb553b47fc6f61e5eef9a3a 100644 (file)
@@ -190,7 +190,7 @@ esdhc4: esdhc@70024000 {
 
                        usbphy0: usbphy@0 {
                                compatible = "usb-nop-xceiv";
-                               clocks = <&clks 124>;
+                               clocks = <&clks 75>;
                                clock-names = "main_clk";
                                status = "okay";
                        };