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

index e1267590b57570e5dd211779c1556afb74a2ff95..6b01ab354e8896bdda55c99da8f0ccb47033e621 100644 (file)
        };
 
        mmcif: mmc@e6bd0000 {
-               compatible = "renesas,sh-mmcif";
+               compatible = "renesas,mmcif-sh73a0", "renesas,sh-mmcif";
                reg = <0xe6bd0000 0x100>;
                interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH
                              GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;