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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jan 2020 09:24:11 +0000 (10:24 +0100)
[ Upstream commit af61bef513ba179559e56908b8c465e587bc3890 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

index 601be6127628a56a19eb6ca93d59d08b4b785fc3..948efff7d830cfe97c4d1bc4b7c6ca407eb66e84 100644 (file)
        l11 {
                regulator-min-microvolt = <1750000>;
                regulator-max-microvolt = <3337000>;
+               regulator-allow-set-load;
+               regulator-system-load = <200000>;
        };
 
        l12 {