Commit 77f383f4 authored by Loic Poulain's avatar Loic Poulain Committed by Greg Kroah-Hartman

arm64: dts: apq8016-sbc: Increase load on l11 for SDCARD

[ Upstream commit af61bef5 ]

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: 4c7d53d1 (arm64: dts: apq8016-sbc: add regulators support)
Reported-by: default avatarManabu Igusa <migusa@arrowjapan.com>
Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent f91096e2
...@@ -630,6 +630,8 @@ l10 { ...@@ -630,6 +630,8 @@ l10 {
l11 { l11 {
regulator-min-microvolt = <1750000>; regulator-min-microvolt = <1750000>;
regulator-max-microvolt = <3337000>; regulator-max-microvolt = <3337000>;
regulator-allow-set-load;
regulator-system-load = <200000>;
}; };
l12 { l12 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment