summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap5-evm.dts
diff options
context:
space:
mode:
authorBalaji T K <balajitk@ti.com>2012-08-07 07:18:21 (GMT)
committerTony Lindgren <tony@atomide.com>2012-08-24 20:01:26 (GMT)
commit5dd18b0150e6f4eb3a9d06a2621cad8c73a3eccf (patch)
tree48b2eb11bc1d6d3324ee9c72328eb39b9528e102 /arch/arm/boot/dts/omap5-evm.dts
parentfea7a08acb13524b47711625eebea40a0ede69a0 (diff)
downloadlinux-5dd18b0150e6f4eb3a9d06a2621cad8c73a3eccf.tar.xz
arm/dts: omap5: Add mmc controller nodes and board data
Add OMAP MMC related device tree data for OMAP5. Signed-off-by: Balaji T K <balajitk@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-evm.dts')
-rw-r--r--arch/arm/boot/dts/omap5-evm.dts31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts
index 200c39a..7bb0c9d 100644
--- a/arch/arm/boot/dts/omap5-evm.dts
+++ b/arch/arm/boot/dts/omap5-evm.dts
@@ -17,4 +17,35 @@
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
};
+
+ vmmcsd_fixed: fixedregulator-mmcsd {
+ compatible = "regulator-fixed";
+ regulator-name = "vmmcsd_fixed";
+ regulator-min-microvolt = <3000000>;
+ regulator-max-microvolt = <3000000>;
+ };
+};
+
+&mmc1 {
+ vmmc-supply = <&vmmcsd_fixed>;
+ bus-width = <4>;
+};
+
+&mmc2 {
+ vmmc-supply = <&vmmcsd_fixed>;
+ bus-width = <8>;
+ ti,non-removable;
+};
+
+&mmc3 {
+ bus-width = <4>;
+ ti,non-removable;
+};
+
+&mmc4 {
+ status = "disabled";
+};
+
+&mmc5 {
+ status = "disabled";
};