diff options
author | Naveen Krishna Chatradhi <ch.naveen@samsung.com> | 2014-09-23 11:39:20 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-10-20 11:12:41 -0400 |
commit | 65354307c1418ee15de5bcb6cc5a7fe0c2b3d27c (patch) | |
tree | c48779149d666a92d867e741b87c2dc61220d445 /arch/arm/boot/dts/exynos5800-peach-pi.dts | |
parent | 90fbb382dac5a09e72c3ef4ac7842924fc4f7cc3 (diff) |
ARM: dts: correct the mmc0 capability string for exynos Peach boards
MMC capability for HS200 is parsed in mmc/core/host.c as
dts string "mmc-hs200-1_8v".
This patch corrects the dts string for Exynos5420 based peach-pit
and Exynos5800 based peach-pi boards.
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5800-peach-pi.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5800-peach-pi.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts index fdbcec693b6d..e8fdda827fc9 100644 --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts | |||
@@ -549,7 +549,7 @@ | |||
549 | status = "okay"; | 549 | status = "okay"; |
550 | num-slots = <1>; | 550 | num-slots = <1>; |
551 | broken-cd; | 551 | broken-cd; |
552 | caps2-mmc-hs200-1_8v; | 552 | mmc-hs200-1_8v; |
553 | cap-mmc-highspeed; | 553 | cap-mmc-highspeed; |
554 | non-removable; | 554 | non-removable; |
555 | card-detect-delay = <200>; | 555 | card-detect-delay = <200>; |