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

Commit 5c2312ba authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Simon Horman
Browse files

ARM: dts: r8a7792: add VSP1V clocks



Describe the VSP1V clocks in the R8A7792 device tree.

Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent a66f74f4
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -757,10 +757,15 @@
			compatible = "renesas,r8a7792-mstp-clocks",
				     "renesas,cpg-mstp-clocks";
			reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
			clocks = <&m2_clk>;
			clocks = <&m2_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>;
			#clock-cells = <1>;
			clock-indices = <R8A7792_CLK_JPU>;
			clock-output-names = "jpu";
			clock-indices = <
				R8A7792_CLK_JPU
				R8A7792_CLK_VSP1DU1 R8A7792_CLK_VSP1DU0
				R8A7792_CLK_VSP1_SY
			>;
			clock-output-names = "jpu", "vsp1du1", "vsp1du0",
					     "vsp1-sy";
		};
		mstp2_clks: mstp2_clks@e6150138 {
			compatible = "renesas,r8a7792-mstp-clocks",