devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: Add dwmmc host for TINY4412
@ 2014-01-18 14:24 Alex Ling
  2014-01-18 14:24 ` [PATCH 2/2] ARM: dts: Add AT24C08 EEPROM support to TINY4412 Alex Ling
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Ling @ 2014-01-18 14:24 UTC (permalink / raw)
  To: ben-linux, kgene.kim, rob.herring, pawel.moll, mark.rutland,
	swarren, ijc+devicetree, linux, linux-arm-kernel,
	linux-samsung-soc, devicetree, linux-kernel
  Cc: Alex Ling

Add dwmmc host node for to support eMMC on TINY4412 board.

Signed-off-by: Alex Ling <kasimling@gmail.com>
---
 arch/arm/boot/dts/exynos4412-tiny4412.dts |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-tiny4412.dts b/arch/arm/boot/dts/exynos4412-tiny4412.dts
index 0a98312..2c6bfe3 100644
--- a/arch/arm/boot/dts/exynos4412-tiny4412.dts
+++ b/arch/arm/boot/dts/exynos4412-tiny4412.dts
@@ -63,6 +63,25 @@
 		status = "okay";
 	};
 
+	mmc@12550000 {
+		num-slots = <1>;
+		supports-highspeed;
+		broken-cd;
+		non-removable;
+		card-detect-delay = <200>;
+		samsung,dw-mshc-ciu-div = <3>;
+		samsung,dw-mshc-sdr-timing = <2 3>;
+		samsung,dw-mshc-ddr-timing = <1 2>;
+		pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
+		pinctrl-names = "default";
+		status = "okay";
+
+		slot@0 {
+			reg = <0>;
+			bus-width = <8>;
+		};
+	};
+
 	serial@13800000 {
 		status = "okay";
 	};
-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-18 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 14:24 [PATCH 1/2] ARM: dts: Add dwmmc host for TINY4412 Alex Ling
2014-01-18 14:24 ` [PATCH 2/2] ARM: dts: Add AT24C08 EEPROM support to TINY4412 Alex Ling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).