]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: r8a7778: Use SoC-specific compat string for mmcif
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 24 Nov 2016 20:15:13 +0000 (21:15 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 3 Jan 2017 09:46:16 +0000 (10:46 +0100)
Use the SoC-specific compat string for mmcif in DT for the r8a7778 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/r8a7778.dtsi

index d0db998effc8e2d8e4dde10e4c28794f20560903..b0c9674fad172abd7b908ba3f53cc80b493731f2 100644 (file)
        };
 
        mmcif: mmc@ffe4e000 {
-               compatible = "renesas,sh-mmcif";
+               compatible = "renesas,mmcif-r8a7778", "renesas,sh-mmcif";
                reg = <0xffe4e000 0x100>;
                interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7778_CLK_MMC>;