Commit d558f4c2 authored by Jeffrey Hugo's avatar Jeffrey Hugo Committed by Andy Gross

arm64: dts: qcom: msm8998-mtp: Increase load on l21 for sdcard

l21 is used as sdcard vmmc, and needs the load increased to prevent
voltage drop issues with some sdcards.  This addresses -84 errors seen
during sdcard init with SDR104 cards.
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 40d8e6da
...@@ -192,6 +192,8 @@ vreg_l20a_2p95: l20 { ...@@ -192,6 +192,8 @@ vreg_l20a_2p95: l20 {
vreg_l21a_2p95: l21 { vreg_l21a_2p95: l21 {
regulator-min-microvolt = <2960000>; regulator-min-microvolt = <2960000>;
regulator-max-microvolt = <2960000>; regulator-max-microvolt = <2960000>;
regulator-allow-set-load;
regulator-system-load = <800000>;
}; };
vreg_l22a_2p85: l22 { vreg_l22a_2p85: l22 {
regulator-min-microvolt = <2864000>; regulator-min-microvolt = <2864000>;
......
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