OSDN Git Service

arm64: dts: apq8016-sbc: Increase load on l11 for SDCARD
authorLoic Poulain <loic.poulain@linaro.org>
Fri, 14 Dec 2018 11:01:02 +0000 (12:01 +0100)
committerAndy Gross <andy.gross@linaro.org>
Mon, 14 Jan 2019 06:15:07 +0000 (00:15 -0600)
In the same way as for msm8974-hammerhead, l11 load, used for SDCARD
VMMC, needs to be increased in order to prevent any voltage drop issues
(due to limited current) happening with some SDCARDS or during specific
operations (e.g. write).

Tested on Dragonboard-410c and DART-SD410 boards.

Fixes: 4c7d53d16d77 (arm64: dts: apq8016-sbc: add regulators support)
Reported-by: Manabu Igusa <migusa@arrowjapan.com>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

index 46feedf..134617d 100644 (file)
        l11 {
                regulator-min-microvolt = <1750000>;
                regulator-max-microvolt = <3337000>;
+               regulator-allow-set-load;
+               regulator-system-load = <200000>;
        };
 
        l12 {