diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-04 03:32:22 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 09:26:54 +0100 |
commit | f7b901757918a99a52ef3ff281401ee1118fa7f6 (patch) | |
tree | 00c5522efbc0f4d3c781b76a71d60fd7fc1b8c42 /arch/arm/boot/dts/r8a7778.dtsi | |
parent | ARM: shmobile: bockw: remove manual PFC settings on reference (diff) | |
download | linux-f7b901757918a99a52ef3ff281401ee1118fa7f6.tar.xz linux-f7b901757918a99a52ef3ff281401ee1118fa7f6.zip |
ARM: shmobile: r8a7778: add MMCIF support on DTSI
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7778.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index a5822116612c..0ff38e6892f5 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi @@ -156,4 +156,12 @@ interrupts = <0 77 0x4>; status = "disabled"; }; + + mmcif: mmcif@ffe4e000 { + compatible = "renesas,sh-mmcif"; + reg = <0xffe4e000 0x100>; + interrupt-parent = <&gic>; + interrupts = <0 61 4>; + status = "disabled"; + }; }; |