Commit 695942de authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Andy Gross

arm64: dts: qcom: msm8998: Allow UFSHC driver to set-load

The UFS host controller driver needs to set the load on 3 power rails
(l20, l26, s4) but the operation fails silently unless we specify the
regulator-allow-set-load property in the corresponding DT nodes.
Tested-by: default avatarLee Jones <lee.jones@linaro.org>
Reviewed-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: default avatarMarc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent cb79a81f
...@@ -111,6 +111,7 @@ vreg_s3a_1p35: s3 { ...@@ -111,6 +111,7 @@ vreg_s3a_1p35: s3 {
vreg_s4a_1p8: s4 { vreg_s4a_1p8: s4 {
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-allow-set-load;
}; };
vreg_s5a_2p04: s5 { vreg_s5a_2p04: s5 {
regulator-min-microvolt = <1904000>; regulator-min-microvolt = <1904000>;
...@@ -195,6 +196,7 @@ vreg_l19a_3p0: l19 { ...@@ -195,6 +196,7 @@ vreg_l19a_3p0: l19 {
vreg_l20a_2p95: l20 { vreg_l20a_2p95: l20 {
regulator-min-microvolt = <2960000>; regulator-min-microvolt = <2960000>;
regulator-max-microvolt = <2960000>; regulator-max-microvolt = <2960000>;
regulator-allow-set-load;
}; };
vreg_l21a_2p95: l21 { vreg_l21a_2p95: l21 {
regulator-min-microvolt = <2960000>; regulator-min-microvolt = <2960000>;
...@@ -221,6 +223,7 @@ vreg_l25a_3p3: l25 { ...@@ -221,6 +223,7 @@ vreg_l25a_3p3: l25 {
vreg_l26a_1p2: l26 { vreg_l26a_1p2: l26 {
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
regulator-allow-set-load;
}; };
vreg_l28_3p0: l28 { vreg_l28_3p0: l28 {
regulator-min-microvolt = <3008000>; regulator-min-microvolt = <3008000>;
......
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