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

Commit 7c8522b7 authored by Chris Brandt's avatar Chris Brandt Committed by Simon Horman
Browse files

ARM: dts: r7s72100: add sdhi clock to device tree

parent 88786222
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -149,6 +149,14 @@
			>;
			clock-output-names = "spi0", "spi1", "spi2", "spi3", "spi4";
		};
		mstp12_clks: mstp12_clks@fcfe0444 {
			#clock-cells = <1>;
			compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
			reg = <0xfcfe0444 4>;
			clocks = <&p1_clk>, <&p1_clk>;
			clock-indices = <R7S72100_CLK_SDHI1 R7S72100_CLK_SDHI0>;
			clock-output-names = "sdhi1", "sdhi0";
		};
	};

	cpus {
+4 −0
Original line number Diff line number Diff line
@@ -44,4 +44,8 @@
#define R7S72100_CLK_SPI3	4
#define R7S72100_CLK_SPI4	3

/* MSTP12 */
#define R7S72100_CLK_SDHI0	3
#define R7S72100_CLK_SDHI1	2

#endif /* __DT_BINDINGS_CLOCK_R7S72100_H__ */