]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r8a73a4: Use SoC-specific compat string for mmcif
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 24 Nov 2016 20:15:12 +0000 (21:15 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 3 Jan 2017 09:46:14 +0000 (10:46 +0100)
Use the SoC-specific compat string for mmcif in DT for the r8a73a4 SoC.
This is in keeping with the use of compat strings for mmcif for other
Renesas ARM based SoCs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a73a4.dtsi

index 53183ffe04c11c1176ec4bd1c6b099aea20aec92..b138584b8800aaea10b0c7828f1c2b4acad16265 100644 (file)
@@ -440,7 +440,7 @@ sdhi2: sd@ee140000 {
        };
 
        mmcif0: mmc@ee200000 {
-               compatible = "renesas,sh-mmcif";
+               compatible = "renesas,mmcif-r8a73a4", "renesas,sh-mmcif";
                reg = <0 0xee200000 0 0x80>;
                interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A73A4_CLK_MMCIF0>;
@@ -450,7 +450,7 @@ mmcif0: mmc@ee200000 {
        };
 
        mmcif1: mmc@ee220000 {
-               compatible = "renesas,sh-mmcif";
+               compatible = "renesas,mmcif-r8a73a4", "renesas,sh-mmcif";
                reg = <0 0xee220000 0 0x80>;
                interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A73A4_CLK_MMCIF1>;