From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 8/9] ARM: dts: exnyos: enable dw-mmc controller
Date: Thu, 27 Mar 2014 17:54:52 +0900 [thread overview]
Message-ID: <5333E75C.9000409@samsung.com> (raw)
Enabed the dw-mmc controller.
It needs to set configuration into include/trats2.h.
(CONFIG_DWMMC, CONFIG_EXYNOS_DWMMC, CONFIG_BOUNCE_BUFFER)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
arch/arm/dts/exynos4412-trats2.dts | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts
index 438e70e..befcf1d 100644
--- a/arch/arm/dts/exynos4412-trats2.dts
+++ b/arch/arm/dts/exynos4412-trats2.dts
@@ -417,6 +417,7 @@
samsung,bus-width = <8>;
samsung,timing = <1 3 3>;
pwr-gpios = <&gpio 0x2004002 0>;
+ status = "disabled";
};
sdhci at 12520000 {
@@ -435,7 +436,10 @@
dwmmc at 12550000 {
samsung,bus-width = <8>;
- samsung,timing = <0 1 0>;
+ samsung,timing = <2 1 0>;
+ fifoth_val = <0x203f0040>;
+ bus_hz = <200000000>;
+ div = <0x7>;
pwr-gpios = <&gpio 0x2004002 0>;
index = <4>;
};
--
1.7.9.5
reply other threads:[~2014-03-27 8:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5333E75C.9000409@samsung.com \
--to=jh80.chung@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.