* [PATCH] add dwmci host support in tiny4412
@ 2014-07-12 15:53 ayaka
[not found] ` <1405180415-8556-1-git-send-email-ayaka-xPW3/0Ywev/iB9QmIjCX8w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: ayaka @ 2014-07-12 15:53 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA
Cc: ben-linux-elnMNo+KYs3YtjvyW6yDsg,
kgene.kim-Sze3O3UU22JBDgjK7y7TUQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, ayaka
This some old patch in the mail list but it is not correct.
I have tested this one.
Please review.
ayaka (1):
dts: tiny4412 add support for eMMC
arch/arm/boot/dts/exynos4412-tiny4412.dts | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] dts: tiny4412 add support for eMMC
[not found] ` <1405180415-8556-1-git-send-email-ayaka-xPW3/0Ywev/iB9QmIjCX8w@public.gmane.org>
@ 2014-07-12 15:53 ` ayaka
0 siblings, 0 replies; 2+ messages in thread
From: ayaka @ 2014-07-12 15:53 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA
Cc: ben-linux-elnMNo+KYs3YtjvyW6yDsg,
kgene.kim-Sze3O3UU22JBDgjK7y7TUQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, ayaka
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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-12 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 15:53 [PATCH] add dwmci host support in tiny4412 ayaka
[not found] ` <1405180415-8556-1-git-send-email-ayaka-xPW3/0Ywev/iB9QmIjCX8w@public.gmane.org>
2014-07-12 15:53 ` [PATCH] dts: tiny4412 add support for eMMC ayaka
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).