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-20 11:10:43 -0500
commit7127c57fd35d99849367682d1d67428636ea0a48 (patch)
tree3a6827276c2f93cac20874dd0d4444cf7ace52ed /arch/arm/boot/dts/hrefv60plus.dts
parent65d6f6f35cb534913dad0a26099713e2aa0c2820 (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 a9584823a4c1..55f4191a626e 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -31,6 +31,50 @@
31 }; 31 };
32 }; 32 };
33 33
34 // External Micro SD slot
35 sdi0_per1@80126000 {
36 arm,primecell-periphid = <0x10480180>;
37 max-frequency = <50000000>;
38 bus-width = <4>;
39 mmc-cap-sd-highspeed;
40 mmc-cap-mmc-highspeed;
41 vmmc-supply = <&ab8500_ldo_aux3_reg>;
42
43 cd-gpios = <&tc3589x_gpio 3 0x4>;
44
45 status = "okay";
46 };
47
48 // WLAN SDIO channel
49 sdi1_per2@80118000 {
50 arm,primecell-periphid = <0x10480180>;
51 max-frequency = <50000000>;
52 bus-width = <4>;
53
54 status = "okay";
55 };
56
57 // PoP:ed eMMC
58 sdi2_per3@80005000 {
59 arm,primecell-periphid = <0x10480180>;
60 max-frequency = <50000000>;
61 bus-width = <8>;
62 mmc-cap-mmc-highspeed;
63
64 status = "okay";
65 };
66
67 // On-board eMMC
68 sdi4_per2@80114000 {
69 arm,primecell-periphid = <0x10480180>;
70 max-frequency = <50000000>;
71 bus-width = <8>;
72 mmc-cap-mmc-highspeed;
73 vmmc-supply = <&ab8500_ldo_aux2_reg>;
74
75 status = "okay";
76 };
77
34 prcmu@80157000 { 78 prcmu@80157000 {
35 db8500-prcmu-regulators { 79 db8500-prcmu-regulators {
36 db8500_vape_reg: db8500_vape { 80 db8500_vape_reg: db8500_vape {