From: Parth Pancholi Date: Fri, 10 Jun 2016 18:19:55 +0000 (+0100) Subject: ARM: dts: sd_600eval: Fix eMMC lockup issue X-Git-Tag: v4.8-rc1~66^2~19^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=93b8e6fda11757a20df21f3fc18e12789841f173;p=karo-tx-linux.git ARM: dts: sd_600eval: Fix eMMC lockup issue This board locks up if we stress test the eMMC, as the regulator s4 is unable to supply enough current for all the peripherials attached to it. As this supply is wired up to most of the peripherials including DDR, it resulted in such lockup. This patch fixes this issue by setting s4 regulator correctly with Auto power mode. Reported-by: Srinivas Kandagatla [Srinivas Kandagatla: rewrote the change log] Tested-by: Girish Sharma Signed-off-by: Parth Pancholi Signed-off-by: Andy Gross --- diff --git a/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts b/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts index 7df0108cec39..39ae2bc8cb08 100644 --- a/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts +++ b/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts @@ -1,6 +1,7 @@ #include "qcom-apq8064-v2.0.dtsi" #include "qcom-apq8064-arrow-sd-600eval-pins.dtsi" #include +#include / { model = "Arrow Electronics, APQ8064 SD_600eval"; @@ -82,7 +83,8 @@ s4 { regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; - qcom,switch-mode-frequency = <3200000>; + qcom,switch-mode-frequency = <1600000>; + qcom,force-mode = ; bias-pull-down; regulator-always-on; };