From: Luca Weiss Date: Wed, 29 Dec 2021 17:03:57 +0000 (+0100) Subject: arm64: dts: qcom: pm6150l: Add wled node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe508ced49dd51a700c0f9ec7826d523cfe621b2;p=linux.git arm64: dts: qcom: pm6150l: Add wled node WLED is used for controlling the backlight on some boards, add the node for it. Signed-off-by: Luca Weiss Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20211229170358.2457006-4-luca.weiss@fairphone.com --- diff --git a/arch/arm64/boot/dts/qcom/pm6150l.dtsi b/arch/arm64/boot/dts/qcom/pm6150l.dtsi index 3ca2860bb0cf0..7aa2ef90cb6ac 100644 --- a/arch/arm64/boot/dts/qcom/pm6150l.dtsi +++ b/arch/arm64/boot/dts/qcom/pm6150l.dtsi @@ -52,5 +52,15 @@ reg = <0x5 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; + + pm6150l_wled: leds@d800 { + compatible = "qcom,pm6150l-wled"; + reg = <0xd800>, <0xd900>; + interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "ovp"; + label = "backlight"; + + status = "disabled"; + }; }; };