Commit 44244ed2 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson
Browse files

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



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

Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230122-msm8974-bacon-features-v2-4-06bb83c20a58@z3ntu.xyz
parent de0520a6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -99,6 +99,21 @@ rmi4-f12@12 {
			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 {