Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dba1fd0b authored by Bo Shen's avatar Bo Shen Committed by Nicolas Ferre
Browse files

ARM: at91: at91sam9x5: correct typo error for ohci clock



Correct the typo error for the second "uhphs_clk".

Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 971dc9ce
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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";
		};