From: Laurent Pinchart Date: Sun, 26 Oct 2014 17:40:12 +0000 (+0200) Subject: ARM: shmobile: r8a7791: Add MMCIF0 DT node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8edae499162c30af16f0b8a77d394c19791ae372;p=linux-beck.git ARM: shmobile: r8a7791: Add MMCIF0 DT node Add the MMCIF0 device to the r8a7791 device tree. Signed-off-by: Laurent Pinchart Tested-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index c81531314414..8459fe698008 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -400,6 +400,15 @@ #gpio-range-cells = <3>; }; + mmcif0: mmc@ee200000 { + compatible = "renesas,mmcif-r8a7791", "renesas,sh-mmcif"; + reg = <0 0xee200000 0 0x80>; + interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp3_clks R8A7791_CLK_MMCIF0>; + reg-io-width = <4>; + status = "disabled"; + }; + sdhi0: sd@ee100000 { compatible = "renesas,sdhi-r8a7791"; reg = <0 0xee100000 0 0x200>;