diff mbox

ARM: dts: rockchip: temporarily remove emmc hs200 speed from rk3288-veyron-speedy.

Message ID 87inujbo3u.fsf@aikidev.net (mailing list archive)
State New, archived
Headers show

Commit Message

Vagrant Cascadian Aug. 29, 2016, 3:18 p.m. UTC
This essentially mimics what was done with rk3288-veyron-minnie in
commit 984926781122f034d5bc9962815d135b6c4a8e1d.

The eMMC of the speedy Chromebook also appears to need the same tuning
workaround, as it frequently fails to recognize the eMMC without it.

---
 arch/arm/boot/dts/rk3288-veyron-speedy.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts
index a0d033f..500fd18 100644
--- a/arch/arm/boot/dts/rk3288-veyron-speedy.dts
+++ b/arch/arm/boot/dts/rk3288-veyron-speedy.dts
@@ -124,6 +124,11 @@ 
 			&sdmmc_bus4>;
 };
 
+
+&emmc {
+       /delete-property/mmc-hs200-1_8v;
+};
+
 &vcc_5v {
 	enable-active-high;
 	gpio = <&gpio7 21 GPIO_ACTIVE_HIGH>;