From: Kuninori Morimoto Date: Fri, 4 Oct 2013 01:32:22 +0000 (-0700) Subject: ARM: shmobile: r8a7778: add MMCIF support on DTSI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7b901757918a99a52ef3ff281401ee1118fa7f6;p=linux-beck.git ARM: shmobile: r8a7778: add MMCIF support on DTSI Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- 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"; + }; };