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

Commit 9907a4a0 authored by Chris Brandt's avatar Chris Brandt Committed by Simon Horman
Browse files

ARM: dts: r7s72100: add usb clocks to device tree



This adds the USB0 and USB1 clocks to the device tree.

Signed-off-by: default avatarChris Brandt <chris.brandt@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c6a4b944
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -144,9 +144,9 @@
			#clock-cells = <1>;
			compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
			reg = <0xfcfe0430 4>;
			clocks = <&b_clk>;
			clock-indices = <R7S72100_CLK_ETHER>;
			clock-output-names = "ether";
			clocks = <&b_clk>, <&p1_clk>, <&p1_clk>;
			clock-indices = <R7S72100_CLK_ETHER R7S72100_CLK_USB0 R7S72100_CLK_USB1>;
			clock-output-names = "ether", "usb0", "usb1";
		};

		mstp8_clks: mstp8_clks@fcfe0434 {