]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r7s72100: add mmcif clock to device tree
authorChris Brandt <chris.brandt@renesas.com>
Thu, 15 Sep 2016 19:34:02 +0000 (15:34 -0400)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 17 Oct 2016 06:20:02 +0000 (08:20 +0200)
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100.dtsi
include/dt-bindings/clock/r7s72100-clock.h

index fb9ef9ca120e9a67fe9855c88e798c77d99b101d..e18d4e645d6e69b6136b7554a690c6141917f692 100644 (file)
@@ -117,6 +117,15 @@ mstp7_clks: mstp7_clks@fcfe0430 {
                        clock-output-names = "ether";
                };
 
+               mstp8_clks: mstp8_clks@fcfe0434 {
+                       #clock-cells = <1>;
+                       compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
+                       reg = <0xfcfe0434 4>;
+                       clocks = <&p1_clk>;
+                       clock-indices = <R7S72100_CLK_MMCIF>;
+                       clock-output-names = "mmcif";
+               };
+
                mstp9_clks: mstp9_clks@fcfe0438 {
                        #clock-cells = <1>;
                        compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
index 3cd813896d080bc3dff54d9c7c855e3323cc5dd1..5eaf0fb469c2e51a0f4c26c232cc1e18aef7957e 100644 (file)
@@ -28,6 +28,9 @@
 /* MSTP7 */
 #define R7S72100_CLK_ETHER     4
 
+/* MSTP8 */
+#define R7S72100_CLK_MMCIF     4
+
 /* MSTP9 */
 #define R7S72100_CLK_I2C0      7
 #define R7S72100_CLK_I2C1      6