Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528167 > unrolled thread
| Started by | Jaehoon Chung <jh80.chung@samsung.com> |
|---|---|
| First post | 2016-11-23 08:50 +0100 |
| Last post | 2016-11-23 18:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Jaehoon Chung <jh80.chung@samsung.com> |
|---|---|
| Date | 2016-11-23 08:50 +0100 |
| Subject | [PATCH] arm64: dts: exynos: enable hs400 mode for eMMC for TM2 |
| Message-ID | <sGAtA-1VC-9@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2016-11-23 18:30 +0100 |
| Message-ID | <sGJwX-7LD-19@gated-at.bofh.it> |
| In reply to | #1528167 |
On Wed, Nov 23, 2016 at 04:43:34PM +0900, Jaehoon Chung wrote: > 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(+) > Thanks, applied. Best regards, Krzysztof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web