diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-07-13 23:08:14 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-07-18 09:56:34 -0400 |
commit | dba1fd0bff38966f16bbe194fb451f73ddaafb58 (patch) | |
tree | 66240feae89826ccb7117875755e91fd829c5771 /arch/arm/boot/dts/at91sam9x5.dtsi | |
parent | 971dc9ce106110745f246337f229013589354536 (diff) |
ARM: at91: at91sam9x5: correct typo error for ohci clock
Correct the typo error for the second "uhphs_clk".
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index d6133f497207..ae34c9ca4bba 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -1153,8 +1153,7 @@ | |||
1153 | compatible = "atmel,at91rm9200-ohci", "usb-ohci"; | 1153 | compatible = "atmel,at91rm9200-ohci", "usb-ohci"; |
1154 | reg = <0x00600000 0x100000>; | 1154 | reg = <0x00600000 0x100000>; |
1155 | interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>; | 1155 | interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>; |
1156 | clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>, | 1156 | clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; |
1157 | <&uhpck>; | ||
1158 | clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck"; | 1157 | clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck"; |
1159 | status = "disabled"; | 1158 | status = "disabled"; |
1160 | }; | 1159 | }; |