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-01 08:02:22 -0400
commita37e84ca31f4354373fe9a930d80566d6833a877 (patch)
treeeb15de3d831fa5404c770944e83edbb9c8b4ad68
parent457da8539980344355e7c2b06f4a82b33ce4a26d (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>;