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

Commit 148ebf47 authored by Koji Matsuoka's avatar Koji Matsuoka Committed by Simon Horman
Browse files

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

parent 25af9c83
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -517,13 +517,13 @@
		mstp8_clks: mstp8_clks@e6150990 {
			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
			reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
			clocks = <&p_clk>;
			clocks = <&zg_clk>, <&zg_clk>, <&p_clk>;
			#clock-cells = <1>;
			renesas,clock-indices = <
				R8A7794_CLK_ETHER
				R8A7794_CLK_VIN1 R8A7794_CLK_VIN0 R8A7794_CLK_ETHER
			>;
			clock-output-names =
				"ether";
				"vin1", "vin0", "ether";
		};
		mstp11_clks: mstp11_clks@e615099c {
			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@
#define R8A7794_CLK_SCIF0		21

/* MSTP8 */
#define R8A7794_CLK_VIN1		10
#define R8A7794_CLK_VIN0		11
#define R8A7794_CLK_ETHER		13

/* MSTP9 */