Commit fc41893f authored by Marijn Suijten's avatar Marijn Suijten Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: pm660l: Add LPG node



The Light Pulse Generator describes a hardware block responsible for
displaying colors and patterns on an RGB LED (usually used for [battery]
status and notifications), and drive PWM signals for general-purpose
(ie. backlight) LEDs.  The availability and usage of the individual
channels differ per board and is hence left for individual platform DTs
to configure.

Signed-off-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
[bjorn: Dropped #address/size-cells]
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220511190718.764445-3-marijn.suijten@somainline.org
parent 2cac6baf
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -65,6 +65,12 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;


		pm660l_lpg: lpg@b100 {
			compatible = "qcom,pm660l-lpg";

			status = "disabled";
		};

		pm660l_wled: leds@d800 {
		pm660l_wled: leds@d800 {
			compatible = "qcom,pm660l-wled";
			compatible = "qcom,pm660l-wled";
			reg = <0xd800>, <0xd900>;
			reg = <0xd800>, <0xd900>;