All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board
@ 2013-12-09  6:38 Yuvaraj Kumar C D
  2013-12-09  6:38 ` [PATCH 2/2] ARM: dts:Move fifo-depth property from cros5250-common.dtsi Yuvaraj Kumar C D
       [not found] ` <1386571118-17793-1-git-send-email-yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 2 replies; 12+ messages in thread
From: Yuvaraj Kumar C D @ 2013-12-09  6:38 UTC (permalink / raw)
  To: linux-samsung-soc, kgene.kim, rob.herring, pawel.moll,
	mark.rutland, swarren, ian.campbell, devicetree, a.kesavan
  Cc: t.figa, alim.akhtar, sonnyrao, dianders, Yuvaraj Kumar C D

Commit 0c3de788 ("ARM: dts: change status property of dwmmc nodes
for exynos5250") missed out handling the exynos5250 snow dts file.

Signed-off-by : Abhilash Kesavan <a.kesavan@samsung.com>

Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
---
 arch/arm/boot/dts/cros5250-common.dtsi |    4 ----
 arch/arm/boot/dts/exynos5250-snow.dts  |    9 +++++++++
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi
index 6470536..1ceb62e 100644
--- a/arch/arm/boot/dts/cros5250-common.dtsi
+++ b/arch/arm/boot/dts/cros5250-common.dtsi
@@ -247,10 +247,6 @@
 		};
 	};
 
-	mmc@12210000 {
-		status = "disabled";
-	};
-
 	mmc@12220000 {
 		num-slots = <1>;
 		supports-highspeed;
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index a9395c4..67484d1 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -171,11 +171,20 @@
 		};
 	};
 
+	mmc@12200000 {
+		status = "okay";
+	};
+
+	mmc@12220000 {
+		status = "okay";
+	};
+
 	/*
 	 * On Snow we've got SIP WiFi and so can keep drive strengths low to
 	 * reduce EMI.
 	 */
 	mmc@12230000 {
+		status = "okay";
 		slot@0 {
 			pinctrl-names = "default";
 			pinctrl-0 = <&sd3_clk &sd3_cmd &sd3_bus4>;
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-12-24  3:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09  6:38 [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board Yuvaraj Kumar C D
2013-12-09  6:38 ` [PATCH 2/2] ARM: dts:Move fifo-depth property from cros5250-common.dtsi Yuvaraj Kumar C D
2013-12-09 16:19   ` Doug Anderson
2013-12-09 20:45     ` Kukjin Kim
     [not found] ` <1386571118-17793-1-git-send-email-yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-12-09 16:16   ` [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board Doug Anderson
2013-12-09 20:56     ` Kukjin Kim
2013-12-18 18:38       ` Olof Johansson
2013-12-18 19:35         ` Kukjin Kim
2013-12-23 21:43           ` Olof Johansson
2013-12-24  1:26             ` Kukjin Kim
2013-12-24  2:55               ` Olof Johansson
2013-12-24  3:12                 ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.