From: Heiko Stuebner Date: Wed, 11 Nov 2015 21:08:02 +0000 (+0100) Subject: ARM: dts: rockchip: temporarily remove emmc hs200 speed from rk3288 minnie X-Git-Tag: v4.4-rc3~13^2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=984926781122f034d5bc9962815d135b6c4a8e1d;p=karo-tx-linux.git ARM: dts: rockchip: temporarily remove emmc hs200 speed from rk3288 minnie The eMMC of the minnie Chromebook doesn't like our current method of tuning and while there are solutions on the horizon, they still need investigating. Other Chromebooks tune just fine with the emmc, so simply disable tuning on Minnie for now. Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts b/arch/arm/boot/dts/rk3288-veyron-minnie.dts index 8fd8ef2c72da..85f0373df498 100644 --- a/arch/arm/boot/dts/rk3288-veyron-minnie.dts +++ b/arch/arm/boot/dts/rk3288-veyron-minnie.dts @@ -86,6 +86,10 @@ }; }; +&emmc { + /delete-property/mmc-hs200-1_8v; +}; + &gpio_keys { pinctrl-0 = <&pwr_key_l &ap_lid_int_l &volum_down_l &volum_up_l>;