This patch would enable the support for eMMC of tiny4412
core board, I have tested it on tiny4412 stanard board.
---
 arch/arm/boot/dts/exynos4412-tiny4412.dts | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-tiny4412.dts 
b/arch/arm/boot/dts/exynos4412-tiny4412.dts
index ea6929d..79a7567 100644
--- a/arch/arm/boot/dts/exynos4412-tiny4412.dts
+++ b/arch/arm/boot/dts/exynos4412-tiny4412.dts
@@ -63,6 +63,27 @@
                status = "okay";
        };
 
+       mmc@12550000 {
+               status = "okay";
+               num-slots = <1>;
+               supports-highspeed;
+               broken-cd;
+               non-removable;
+               card-detect-delay = <200>;
+               samsung,dw-mshc-sdr-timing = <1 1>;
+               samsung,dw-mshc-ddr-timing = <1 1>;
+
+               slot@0 {
+                       reg = <0>;
+                       bus-width = <8>;
+                       gpios = <&gpk0 1 3 0 2>, <&gpk0 0 3 0 2>,
+                               <&gpk1 3 4 3 2>, <&gpk1 4 4 3 2>,
+                               <&gpk1 5 4 3 2>, <&gpk1 6 4 3 2>,
+                               <&gpk0 3 3 3 2>, <&gpk0 4 3 3 2>,
+                               <&gpk0 5 3 3 2>, <&gpk0 6 3 3 2>;
+               };
+       };
+
        serial@13800000 {
                status = "okay";
        };
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to