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:
dba1fd0
)
ARM: at91/dt: fix usb0 clocks definition in sam9n12 dtsi
author
Boris BREZILLON
<
[email protected]
>
Mon, 14 Jul 2014 06:39:27 +0000
(08:39 +0200)
committer
Nicolas Ferre
<
[email protected]
>
Fri, 18 Jul 2014 13:56:35 +0000
(15:56 +0200)
udphs_clk (USB Device Controller clock) is referenced instead of
uhphs_clk (USB Host Controller clock).
Signed-off-by: Boris BREZILLON <
[email protected]
>
Acked-by: Alexandre Belloni <
[email protected]
>
Signed-off-by: Nicolas Ferre <
[email protected]
>
arch/arm/boot/dts/at91sam9n12.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9n12.dtsi
b/arch/arm/boot/dts/at91sam9n12.dtsi
index 287795985e32f1590090219599134f0447543cb5..b84bac5bada400369450033f419e271224b96e19 100644
(file)
--- a/
arch/arm/boot/dts/at91sam9n12.dtsi
+++ b/
arch/arm/boot/dts/at91sam9n12.dtsi
@@
-925,7
+925,7
@@
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
reg = <0x00500000 0x00100000>;
interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>;
- clocks = <&usb>, <&uhphs_clk>, <&u
d
phs_clk>,
+ clocks = <&usb>, <&uhphs_clk>, <&u
h
phs_clk>,
<&uhpck>;
clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck";
status = "disabled";