projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c9b9e
)
ARM: dts: i.MX51: Fix OTG PHY clock
author
Alexander Shiyan
<shc_work@mail.ru>
Tue, 5 Nov 2013 14:00:18 +0000
(18:00 +0400)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx51.dtsi
b/arch/arm/boot/dts/imx51.dtsi
index f4dcff3a9969a053d0a7c136015c94526a739cb8..4bcdd3ad15e524d95cb553b47fc6f61e5eef9a3a 100644
(file)
--- a/
arch/arm/boot/dts/imx51.dtsi
+++ b/
arch/arm/boot/dts/imx51.dtsi
@@
-190,7
+190,7
@@
usbphy0: usbphy@0 {
compatible = "usb-nop-xceiv";
- clocks = <&clks
124
>;
+ clocks = <&clks
75
>;
clock-names = "main_clk";
status = "okay";
};