summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-11-11 21:08:02 (GMT)
committerHeiko Stuebner <heiko@sntech.de>2015-11-19 04:38:06 (GMT)
commit984926781122f034d5bc9962815d135b6c4a8e1d (patch)
tree25482151ebed41dd232938e52ed74720ede4bc74 /arch/arm/boot
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
downloadlinux-984926781122f034d5bc9962815d135b6c4a8e1d.tar.xz
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 <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-minnie.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts b/arch/arm/boot/dts/rk3288-veyron-minnie.dts
index 8fd8ef2..85f0373 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>;