]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
arm/dts: OMAP3: Add mmc controller nodes and board data
authorRajendra Nayak <rnayak@ti.com>
Wed, 22 Feb 2012 12:12:27 +0000 (17:42 +0530)
committerBenoit Cousson <b-cousson@ti.com>
Wed, 14 Mar 2012 20:54:57 +0000 (21:54 +0100)
Add OMAP mmc related device tree data for OMAP3.
Currenly limited to only omap3-beagle board.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/omap3-beagle.dts
arch/arm/boot/dts/omap3.dtsi

index 54556b19c97d625e6c461e418692ca2c9e83ddd9..8c756be4d7adbf4b15bfc83ae6dcda1324f68453 100644 (file)
                reg = <0x50>;
        };
 };
+
+&mmc1 {
+       vmmc-supply = <&vmmc1>;
+       vmmc_aux-supply = <&vsim>;
+       ti,bus-width = <8>;
+};
+
+&mmc2 {
+       status = "disable";
+};
+
+&mmc3 {
+       status = "disable";
+};
index dc9425c48ed9ad7fede60d007f04de4dad51d23e..99474fa5fac4aa65585625cb77b19338fcdb84cf 100644 (file)
                        ti,hwmods = "mcspi4";
                        ti,spi-num-cs = <1>;
                };
+
+               mmc1: mmc@4809c000 {
+                       compatible = "ti,omap3-hsmmc";
+                       ti,hwmods = "mmc1";
+                       ti,dual-volt;
+               };
+
+               mmc2: mmc@480b4000 {
+                       compatible = "ti,omap3-hsmmc";
+                       ti,hwmods = "mmc2";
+               };
+
+               mmc3: mmc@480ad000 {
+                       compatible = "ti,omap3-hsmmc";
+                       ti,hwmods = "mmc3";
+               };
        };
 };