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

Commit f7b90175 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: r8a7778: add MMCIF support on DTSI

parent dbece02b
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -156,4 +156,12 @@
		interrupts = <0 77 0x4>;
		interrupts = <0 77 0x4>;
		status = "disabled";
		status = "disabled";
	};
	};

	mmcif: mmcif@ffe4e000 {
		compatible = "renesas,sh-mmcif";
		reg = <0xffe4e000 0x100>;
		interrupt-parent = <&gic>;
		interrupts = <0 61 4>;
		status = "disabled";
	};
};
};