aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-11-19 19:05:53 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:27:13 -0500
commit063e85607ddf26e5ede36b7454eddc8e87544540 (patch)
tree5d7ada4d7d499df8dca643df97ec396b634030a9 /arch
parentd103f4d3152b187b22fd6010370fe1d16419a334 (diff)
ARM: shmobile: Use r8a7790 suffix for MMCIF compat string
Add "renesas,mmcif-r8a7790" to the compatible string for MMCIF in case of r8a7790. This makes the MMCIF follow the same style as the other devices and also makes it more future proof. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/r8a7790.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index f844b63ff559..fb9225f396cf 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -230,7 +230,7 @@
230 }; 230 };
231 231
232 mmcif0: mmcif@ee200000 { 232 mmcif0: mmcif@ee200000 {
233 compatible = "renesas,sh-mmcif"; 233 compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
234 reg = <0 0xee200000 0 0x80>; 234 reg = <0 0xee200000 0 0x80>;
235 interrupt-parent = <&gic>; 235 interrupt-parent = <&gic>;
236 interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; 236 interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
@@ -239,7 +239,7 @@
239 }; 239 };
240 240
241 mmcif1: mmc@ee220000 { 241 mmcif1: mmc@ee220000 {
242 compatible = "renesas,sh-mmcif"; 242 compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
243 reg = <0 0xee220000 0 0x80>; 243 reg = <0 0xee220000 0 0x80>;
244 interrupt-parent = <&gic>; 244 interrupt-parent = <&gic>;
245 interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>; 245 interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;