Skip to content

Commit e608d16

Browse files
Naveen Kumar Goud Arepalliandersson
authored andcommitted
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: Naveen Kumar Goud Arepalli <quic_narepall@quicinc.com> Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230711105915.30581-1-quic_narepall@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 798f1df commit e608d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/sa8775p-ride.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153

154154
vreg_l4c: ldo4 {
155155
regulator-name = "vreg_l4c";
156-
regulator-min-microvolt = <1100000>;
157-
regulator-max-microvolt = <1300000>;
156+
regulator-min-microvolt = <1200000>;
157+
regulator-max-microvolt = <1200000>;
158158
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
159159
/*
160160
* FIXME: This should have regulator-allow-set-load but

0 commit comments

Comments
 (0)