ARM: dts: qcom: msm8974-oneplus-bacon: Add backlight

Add the node for the lm3630 that is used to control backlight.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230122-msm8974-bacon-features-v2-4-06bb83c20a58@z3ntu.xyz
This commit is contained in:
Luca Weiss
2023-02-06 21:40:17 +01:00
committed by Bjorn Andersson
parent de0520a6e2
commit 44244ed2a9

View File

@@ -99,6 +99,21 @@
syna,clip-y-high = <1920>;
};
};
led-controller@36 {
compatible = "ti,lm3630a";
reg = <0x36>;
#address-cells = <1>;
#size-cells = <0>;
led@0 {
reg = <0>;
led-sources = <0 1>;
label = "lcd-backlight";
default-brightness = <80>;
};
};
};
&blsp1_i2c6 {