]> Pileus Git - ~andy/linux/commitdiff
ARM: shmobile: r8a7778: add MMCIF support on DTSI
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 4 Oct 2013 01:32:22 +0000 (18:32 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:26:54 +0000 (17:26 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778.dtsi

index a5822116612cbf0e1a3db15accc0b4996393e49c..0ff38e6892f5fcc01e675b41a06de78ffb5e06fc 100644 (file)
                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";
+       };
 };