Commit 09cc894d authored by Loic Poulain's avatar Loic Poulain Committed by Greg Kroah-Hartman

arm64: dts: apq8096-db820c: Increase load on l21 for SDCARD

commit e38161bd upstream.

In the same way as for msm8974-hammerhead, l21 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).
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Fixes: 660a9763 (arm64: dts: qcom: db820c: Add pm8994 regulator node)
Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 818684e3
......@@ -580,6 +580,8 @@ l20 {
l21 {
regulator-min-microvolt = <2950000>;
regulator-max-microvolt = <2950000>;
regulator-allow-set-load;
regulator-system-load = <200000>;
};
l22 {
regulator-min-microvolt = <3300000>;
......
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