From: Sergei Shtylyov Date: Sat, 14 Apr 2018 19:27:04 +0000 (+0300) Subject: arm64: dts: renesas: r8a77980: add MMC support X-Git-Tag: rel_imx_4.19.35_1.1.0~9904^2~1^2~60 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=63eb8ee5333657677789ba3454dd5b86fc53311b;p=linux.git arm64: dts: renesas: r8a77980: add MMC support Define the generic R8A77980 part of the MMC0 (SDHI2) device node. Signed-off-by: Sergei Shtylyov Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77980.dtsi b/arch/arm64/boot/dts/renesas/r8a77980.dtsi index 08c6708eb9dd..d27b80bcdbb4 100644 --- a/arch/arm64/boot/dts/renesas/r8a77980.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77980.dtsi @@ -353,6 +353,18 @@ dma-channels = <16>; }; + mmc0: mmc@ee140000 { + compatible = "renesas,sdhi-r8a77980", + "renesas,rcar-gen3-sdhi"; + reg = <0 0xee140000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 314>; + power-domains = <&sysc 32>; + resets = <&cpg 314>; + max-frequency = <200000000>; + status = "disabled"; + }; + gic: interrupt-controller@f1010000 { compatible = "arm,gic-400"; #interrupt-cells = <3>;