Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528167
| From | Jaehoon Chung <jh80.chung@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] arm64: dts: exynos: enable hs400 mode for eMMC for TM2 |
| Date | 2016-11-23 08:50 +0100 |
| Message-ID | <sGAtA-1VC-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
TM2 can support the HS400 mode, but eMMC is working as the lowest mode.
This patch added the properties for HS400 and other modes.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index 88cb6c1..f21bdc2 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -701,6 +701,9 @@
&mshc_0 {
status = "okay";
num-slots = <1>;
+ mmc-hs200-1_8v;
+ mmc-hs400-1_8v;
+ cap-mmc-highspeed;
non-removable;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
--
2.10.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] arm64: dts: exynos: enable hs400 mode for eMMC for TM2 Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-23 08:50 +0100 Re: [PATCH] arm64: dts: exynos: enable hs400 mode for eMMC for TM2 Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-23 18:30 +0100
csiph-web