Skip to content

Commit 1cf87dd

Browse files
barni2000gregkh
authored andcommitted
arm64: dts: qcom: msm8953-xiaomi-vince: correct wled ovp value
[ Upstream commit 9e87f0e ] PMI8950 doesn't actually support setting an OVP threshold value of 29.6 V. The closest allowed value is 29.5 V. Set that instead. Fixes: aa17e70 ("arm64: dts: qcom: msm8953: Add device tree for Xiaomi Redmi 5 Plus") Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Link: https://lore.kernel.org/r/20260116-pmi8950-wled-v3-5-e6c93de84079@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 7cbbbd1 commit 1cf87dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/msm8953-xiaomi-vince.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
&pmi8950_wled {
171171
qcom,current-limit-microamp = <20000>;
172-
qcom,ovp-millivolt = <29600>;
172+
qcom,ovp-millivolt = <29500>;
173173
qcom,num-strings = <2>;
174174
qcom,external-pfet;
175175
qcom,cabc;

0 commit comments

Comments
 (0)