From: Sekhar Nori Date: Wed, 10 Aug 2016 13:54:04 +0000 (+0530) Subject: ARM: dts: K2G: Add support for MMC controller X-Git-Tag: v2016.09-rc2~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5396edc6750bfdd8d9a93b914ca993d98c29f4c0;p=u-boot ARM: dts: K2G: Add support for MMC controller K2G SoC from TI has two MMC/SD controllers. Add device tree data for these. Signed-off-by: Sekhar Nori Acked-by: Mugunthan V N Reviewed-by: Tom Rini --- diff --git a/arch/arm/dts/k2g.dtsi b/arch/arm/dts/k2g.dtsi index 00cd492973..add03b74da 100644 --- a/arch/arm/dts/k2g.dtsi +++ b/arch/arm/dts/k2g.dtsi @@ -149,5 +149,28 @@ #size-cells = <0>; status = "disabled"; }; + + mmc0: mmc@23000000 { + compatible = "ti,omap4-hsmmc"; + reg = <0x23000000 0x400>; + interrupts = ; + bus-width = <4>; + ti,needs-special-reset; + no-1-8-v; + max-frequency = <96000000>; + status = "disabled"; + }; + + mmc1: mmc@23100000 { + compatible = "ti,omap4-hsmmc"; + reg = <0x23100000 0x400>; + interrupts = ; + bus-width = <8>; + ti,needs-special-reset; + ti,non-removable; + max-frequency = <96000000>; + status = "disabled"; + clock-names = "fck"; + }; }; };