aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5250-smdk5250.dts
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-11-26 03:06:23 -0500
committerOlof Johansson <olof@lixom.net>2012-11-26 03:06:23 -0500
commitd408c5dcc524dfc8e687c443719a3d6be86e2ea0 (patch)
tree0fee3f9936e9950d3b0db7d4f466b2b89718a2bb /arch/arm/boot/dts/exynos5250-smdk5250.dts
parent8d2282a77bf0977e7033d8ea5970f369bc28f0f0 (diff)
parentd80162eccd56c40228e1232de8a203e8553b20a4 (diff)
Merge branch 'next/dt-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
From Kukjin Kim: Here is second Samsung DT stuff for v3.8. This is including power domain DT support for exynos and Google ARM Chromebook, Snow board and exynos4210-origen updates. * 'next/dt-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: dts: Use drive strength 3 for SD pins for exynos4 ARM: dts: Set up power domains for exynos4 ARM: EXYNOS: Bind devices to power domains using DT ARM: EXYNOS: Fix power domain name initialization ARM: EXYNOS: Detect power domain state on registration from DT ARM: dts: Add vmmc fixed voltage regulator for exynos4210-origen ARM: dts: Update sdhci nodes for current bindings for exynos4210-origen ARM: dts: Update for pinctrl-samsung driver for exynos4210-origen ARM: dts: Split memory sections for exynos4210-origen ARM: EXYNOS: add all i2c busses to auxdata for DT ARM: dts: Add aliases for i2c controller for exynos4 ARM: dts: Add board dts file for Snow board (ARM Chromebook) ARM: dts: Move the dwmmc aliases from smdk5250 dts to exynos Add/add conflicts resolved in arch/arm/boot/dts/exynos5250-smdk5250.dts and arch/arm/mach-exynos/mach-exynos5-dt.c. Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-smdk5250.dts')
-rw-r--r--arch/arm/boot/dts/exynos5250-smdk5250.dts12
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index 29f133371c11..942d5761ca97 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -17,10 +17,6 @@
17 compatible = "samsung,smdk5250", "samsung,exynos5250"; 17 compatible = "samsung,smdk5250", "samsung,exynos5250";
18 18
19 aliases { 19 aliases {
20 mshc0 = &dwmmc_0;
21 mshc1 = &dwmmc_1;
22 mshc2 = &dwmmc_2;
23 mshc3 = &dwmmc_3;
24 }; 20 };
25 21
26 memory { 22 memory {
@@ -112,7 +108,7 @@
112 }; 108 };
113 }; 109 };
114 110
115 dwmmc_0: dwmmc0@12200000 { 111 dwmmc0@12200000 {
116 num-slots = <1>; 112 num-slots = <1>;
117 supports-highspeed; 113 supports-highspeed;
118 broken-cd; 114 broken-cd;
@@ -133,11 +129,11 @@
133 }; 129 };
134 }; 130 };
135 131
136 dwmmc_1: dwmmc1@12210000 { 132 dwmmc1@12210000 {
137 status = "disabled"; 133 status = "disabled";
138 }; 134 };
139 135
140 dwmmc_2: dwmmc2@12220000 { 136 dwmmc2@12220000 {
141 num-slots = <1>; 137 num-slots = <1>;
142 supports-highspeed; 138 supports-highspeed;
143 fifo-depth = <0x80>; 139 fifo-depth = <0x80>;
@@ -158,7 +154,7 @@
158 }; 154 };
159 }; 155 };
160 156
161 dwmmc_3: dwmmc3@12230000 { 157 dwmmc3@12230000 {
162 status = "disabled"; 158 status = "disabled";
163 }; 159 };
164 160