Commit 063e8560 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

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: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d103f4d3
...@@ -230,7 +230,7 @@ i2c3: i2c@e6540000 { ...@@ -230,7 +230,7 @@ i2c3: i2c@e6540000 {
}; };
mmcif0: mmcif@ee200000 { mmcif0: mmcif@ee200000 {
compatible = "renesas,sh-mmcif"; compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
reg = <0 0xee200000 0 0x80>; reg = <0 0xee200000 0 0x80>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
...@@ -239,7 +239,7 @@ mmcif0: mmcif@ee200000 { ...@@ -239,7 +239,7 @@ mmcif0: mmcif@ee200000 {
}; };
mmcif1: mmc@ee220000 { mmcif1: mmc@ee220000 {
compatible = "renesas,sh-mmcif"; compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
reg = <0 0xee220000 0 0x80>; reg = <0 0xee220000 0 0x80>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment