diff options
| author | Bo Shen <voice.shen@atmel.com> | 2014-07-14 11:08:14 +0800 | 
|---|---|---|
| committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-07-18 15:56:34 +0200 | 
| commit | dba1fd0bff38966f16bbe194fb451f73ddaafb58 (patch) | |
| tree | 66240feae89826ccb7117875755e91fd829c5771 | |
| 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>
| -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 @@  			compatible = "atmel,at91rm9200-ohci", "usb-ohci";  			reg = <0x00600000 0x100000>;  			interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>; -			clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>, -				 <&uhpck>; +			clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, <&uhpck>;  			clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck";  			status = "disabled";  		}; | 
