Skip to content

Commit d273ed1

Browse files
barni2000gregkh
authored andcommitted
arm64: dts: qcom: msm8953-xiaomi-daisy: fix backlight
[ Upstream commit 7131f6d ] The backlight on this device is connected via 3 strings. Currently, the DT claims only two are present, which results in visible stripes on the display (since every third backlight string remains unconfigured). Fix the number of strings to avoid that. Fixes: 38d779c ("arm64: dts: qcom: msm8953: Add device tree for Xiaomi Mi A2 Lite") Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260116-pmi8950-wled-v3-7-e6c93de84079@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent c68ef92 commit d273ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

158158
&pmi8950_wled {
159159
qcom,current-limit-microamp = <20000>;
160-
qcom,num-strings = <2>;
160+
qcom,num-strings = <3>;
161161

162162
status = "okay";
163163
};

0 commit comments

Comments
 (0)