aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/hrefv60plus.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-09-14 10:27:41 -0400
committerLee Jones <lee.jones@linaro.org>2012-11-01 07:59:29 -0400
commit706b0a07ec3251063cca9a7912f6228ec892f44a (patch)
tree3359b4eb5e985b111bae2f7470976b8953569c2b /arch/arm/boot/dts/hrefv60plus.dts
parent81bf8c2e0f473c443bb067a55f55e6311adf5993 (diff)
ARM: ux500: Add SDI (MMC) support to the HREF Device Tree
Here we add the Device Tree nodes which are required to successfully probe the MMCI driver which will enable the four cards available on ST-Ericsson's HREF hardware development platform. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/hrefv60plus.dts')
-rw-r--r--arch/arm/boot/dts/hrefv60plus.dts44
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
index e221320423e3..3fd83c695a5c 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -77,6 +77,50 @@
77 }; 77 };
78 }; 78 };
79 79
80 // External Micro SD slot
81 sdi0_per1@80126000 {
82 arm,primecell-periphid = <0x10480180>;
83 max-frequency = <50000000>;
84 bus-width = <4>;
85 mmc-cap-sd-highspeed;
86 mmc-cap-mmc-highspeed;
87 vmmc-supply = <&ab8500_ldo_aux3_reg>;
88
89 cd-gpios = <&tc3589x_gpio 3 0x4>;
90
91 status = "okay";
92 };
93
94 // WLAN SDIO channel
95 sdi1_per2@80118000 {
96 arm,primecell-periphid = <0x10480180>;
97 max-frequency = <50000000>;
98 bus-width = <4>;
99
100 status = "okay";
101 };
102
103 // PoP:ed eMMC
104 sdi2_per3@80005000 {
105 arm,primecell-periphid = <0x10480180>;
106 max-frequency = <50000000>;
107 bus-width = <8>;
108 mmc-cap-mmc-highspeed;
109
110 status = "okay";
111 };
112
113 // On-board eMMC
114 sdi4_per2@80114000 {
115 arm,primecell-periphid = <0x10480180>;
116 max-frequency = <50000000>;
117 bus-width = <8>;
118 mmc-cap-mmc-highspeed;
119 vmmc-supply = <&ab8500_ldo_aux2_reg>;
120
121 status = "okay";
122 };
123
80 sound { 124 sound {
81 compatible = "stericsson,snd-soc-mop500"; 125 compatible = "stericsson,snd-soc-mop500";
82 126