OSDN Git Service

arm64: dts: qcom: pmi8998: Add node for WLED
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Thu, 9 Sep 2021 12:36:28 +0000 (14:36 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 21 Sep 2021 22:37:06 +0000 (17:37 -0500)
The PMI8998 PMIC has a WLED backlight controller, which is used on
most MSM8998 and SDM845 based devices: add a base configuration for
it and keep it disabled.

This contains only the PMIC specific configuration that does not
change across boards; parameters like number of strings, OVP and
current limits are product specific and shall be specified in the
product DT in order to achieve functionality.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210909123628.365968-1-angelogioacchino.delregno@somainline.org
arch/arm64/boot/dts/qcom/pmi8998.dtsi

index d230c51..0fef5f1 100644 (file)
                                interrupt-names = "sc-err", "ocp";
                        };
                };
+
+               pmi8998_wled: leds@d800 {
+                       compatible = "qcom,pmi8998-wled";
+                       reg = <0xd800 0xd900>;
+                       interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
+                                    <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
+                       interrupt-names = "ovp", "short";
+                       label = "backlight";
+
+                       status = "disabled";
+               };
+
        };
 };