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

Commit 3e58a542 authored by Kouei Abe's avatar Kouei Abe Committed by Simon Horman
Browse files

ARM: shmobile: r8a7794: Add SGX clock to device tree

parent ce474816
Loading
Loading
Loading
Loading
+5 −6
Original line number Original line Diff line number Diff line
@@ -461,16 +461,15 @@
		mstp1_clks: mstp1_clks@e6150134 {
		mstp1_clks: mstp1_clks@e6150134 {
			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
			reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
			reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
			clocks = <&p_clk>, <&p_clk>, <&p_clk>, <&rclk_clk>,
			clocks = <&p_clk>, <&zg_clk>, <&p_clk>, <&p_clk>, <&rclk_clk>,
				 <&cp_clk>,
				 <&cp_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>;
				 <&zs_clk>, <&zs_clk>, <&zs_clk>;
			#clock-cells = <1>;
			#clock-cells = <1>;
			renesas,clock-indices = <
			renesas,clock-indices = <
				R8A7794_CLK_TMU1 R8A7794_CLK_TMU3 R8A7794_CLK_TMU2
				R8A7794_CLK_TMU1 R8A7794_CLK_3DG R8A7794_CLK_TMU3
				R8A7794_CLK_CMT0 R8A7794_CLK_TMU0
				R8A7794_CLK_TMU2 R8A7794_CLK_CMT0 R8A7794_CLK_TMU0
			>;
			>;
			clock-output-names =
			clock-output-names =
				"tmu1", "tmu3", "tmu2", "cmt0", "tmu0";
				"tmu1", "3dg", "tmu3", "tmu2", "cmt0", "tmu0";
		};
		};
		mstp2_clks: mstp2_clks@e6150138 {
		mstp2_clks: mstp2_clks@e6150138 {
			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
+1 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,7 @@


/* MSTP1 */
/* MSTP1 */
#define R8A7794_CLK_TMU1		11
#define R8A7794_CLK_TMU1		11
#define R8A7794_CLK_3DG			12
#define R8A7794_CLK_TMU3		21
#define R8A7794_CLK_TMU3		21
#define R8A7794_CLK_TMU2		22
#define R8A7794_CLK_TMU2		22
#define R8A7794_CLK_CMT0		24
#define R8A7794_CLK_CMT0		24