]> Git Repo - linux.git/commitdiff
ARM: dts: i.MX51: Fix OTG PHY clock
authorAlexander Shiyan <[email protected]>
Tue, 5 Nov 2013 14:00:18 +0000 (18:00 +0400)
committerShawn Guo <[email protected]>
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/imx51.dtsi

index f4dcff3a9969a053d0a7c136015c94526a739cb8..4bcdd3ad15e524d95cb553b47fc6f61e5eef9a3a 100644 (file)
 
                        usbphy0: usbphy@0 {
                                compatible = "usb-nop-xceiv";
-                               clocks = <&clks 124>;
+                               clocks = <&clks 75>;
                                clock-names = "main_clk";
                                status = "okay";
                        };
This page took 0.06285 seconds and 4 git commands to generate.