ARM: dts: r8a7778: Use SoC-specific compat string for mmcif

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>
This commit is contained in:
Simon Horman 2016-11-24 21:15:13 +01:00
parent 5b0161743e
commit f9be04fe05

View file

@ -369,7 +369,7 @@
};
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>;