Commit f20d89ac authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: r7s72100: Add clock for CA9 CPU core



Improve hardware description by adding a clock property to the device
node corresponding to the CA9 CPU core.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 44842cc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -203,6 +203,7 @@
			compatible = "arm,cortex-a9";
			compatible = "arm,cortex-a9";
			reg = <0>;
			reg = <0>;
			clock-frequency = <400000000>;
			clock-frequency = <400000000>;
			clocks = <&cpg_clocks R7S72100_CLK_I>;
			next-level-cache = <&L2>;
			next-level-cache = <&L2>;
		};
		};
	};
	};