Commit e608d16e authored by Naveen Kumar Goud Arepalli's avatar Naveen Kumar Goud Arepalli Committed by Bjorn Andersson

arm64: dts: qcom: sa8775p-ride: Update L4C parameters

L4c is the supply for UFS vccq, As per UFS spec range of vccq is
1.14V to 1.26V, There are stability issues when operating at
marginal voltage. Hence configure the min and max vccq voltages
to 1.2V.
Signed-off-by: default avatarNaveen Kumar Goud Arepalli <quic_narepall@quicinc.com>
Acked-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230711105915.30581-1-quic_narepall@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 798f1df8
...@@ -153,8 +153,8 @@ vreg_l3c: ldo3 { ...@@ -153,8 +153,8 @@ vreg_l3c: ldo3 {
vreg_l4c: ldo4 { vreg_l4c: ldo4 {
regulator-name = "vreg_l4c"; regulator-name = "vreg_l4c";
regulator-min-microvolt = <1100000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1300000>; regulator-max-microvolt = <1200000>;
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
/* /*
* FIXME: This should have regulator-allow-set-load but * FIXME: This should have regulator-allow-set-load but
......
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