1
0
Fork 0

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

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>
zero-colors
Simon Horman 2016-11-24 21:15:14 +01:00
parent f9be04fe05
commit 5ff43b37ce
1 changed files with 1 additions and 1 deletions

View File

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