diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-11-24 21:15:14 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-01-03 10:46:19 +0100 |
commit | 5ff43b37ce967ffbcc4a93c76a9b270e441a72e6 (patch) | |
tree | aeee9cc3f7b08ebf68bc4df687bd004deb57b44e /arch | |
parent | ARM: dts: r8a7778: Use SoC-specific compat string for mmcif (diff) | |
download | linux-5ff43b37ce967ffbcc4a93c76a9b270e441a72e6.tar.xz linux-5ff43b37ce967ffbcc4a93c76a9b270e441a72e6.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/sh73a0.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index e1267590b575..6b01ab354e88 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -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>; |