Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8edae499 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: shmobile: r8a7791: Add MMCIF0 DT node



Add the MMCIF0 device to the r8a7791 device tree.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 22c2b78d
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -400,6 +400,15 @@
		#gpio-range-cells = <3>;
		#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 {
	sdhi0: sd@ee100000 {
		compatible = "renesas,sdhi-r8a7791";
		compatible = "renesas,sdhi-r8a7791";
		reg = <0 0xee100000 0 0x200>;
		reg = <0 0xee100000 0 0x200>;