Add micro SD card and eMMC support for dra7-evm Signed-off-by: Rajendra Nayak <rnayak@xxxxxx> Signed-off-by: Balaji T K <balajitk@xxxxxx> --- arch/arm/boot/dts/dra7-evm.dts | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index cb0703c..4656ab4 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -17,4 +17,22 @@ device_type = "memory"; reg = <0x80000000 0x60000000>; /* 1536 MB */ }; + + vmmc_fixed: fixedregulator-mmc { + compatible = "regulator-fixed"; + regulator-name = "vmmc_fixed"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + }; +}; + +&mmc1 { + vmmc-supply = <&vmmc_fixed>; + bus-width = <4>; +}; + +&mmc2 { + vmmc-supply = <&vmmc_fixed>; + bus-width = <8>; + ti,non-removable; }; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html