aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-10-10 04:38:26 -0400
committerLee Jones <lee.jones@linaro.org>2012-11-20 11:10:46 -0500
commit79b1c9e69de27813c7b270b1fbe0880c7b537def (patch)
tree97e70002f94ca6bf1693e8156fa4697e37d7c930
parent80c70c68216f78b45e022893753555f54315de78 (diff)
ARM: ux500: Enable all MMC devices on the u9540 when booting with DT
The u9540 supports 3 MMC devices. This patch enables two of them and updates the configuration of the already enabled SDI4 port. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--arch/arm/boot/dts/u9540.dts27
1 files changed, 26 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/u9540.dts b/arch/arm/boot/dts/u9540.dts
index 2dade76321f3..95892ec6c342 100644
--- a/arch/arm/boot/dts/u9540.dts
+++ b/arch/arm/boot/dts/u9540.dts
@@ -33,10 +33,35 @@
33 status = "okay"; 33 status = "okay";
34 }; 34 };
35 35
36 // External Micro SD slot
37 sdi0_per1@80126000 {
38 arm,primecell-periphid = <0x10480180>;
39 max-frequency = <100000000>;
40 bus-width = <4>;
41 mmc-cap-sd-highspeed;
42 mmc-cap-mmc-highspeed;
43 vmmc-supply = <&ab8500_ldo_aux3_reg>;
44
45 cd-gpios = <&gpio7 6 0x4>; // 230
46 cd-inverted;
47
48 status = "okay";
49 };
50
51
52 // WLAN SDIO channel
53 sdi1_per2@80118000 {
54 arm,primecell-periphid = <0x10480180>;
55 max-frequency = <50000000>;
56 bus-width = <4>;
57
58 status = "okay";
59 };
60
36 // On-board eMMC 61 // On-board eMMC
37 sdi4_per2@80114000 { 62 sdi4_per2@80114000 {
38 arm,primecell-periphid = <0x10480180>; 63 arm,primecell-periphid = <0x10480180>;
39 max-frequency = <50000000>; 64 max-frequency = <100000000>;
40 bus-width = <8>; 65 bus-width = <8>;
41 mmc-cap-mmc-highspeed; 66 mmc-cap-mmc-highspeed;
42 vmmc-supply = <&ab8500_ldo_aux2_reg>; 67 vmmc-supply = <&ab8500_ldo_aux2_reg>;