diff options
author | 2022-05-04 19:27:03 -0700 | |
---|---|---|
committer | 2022-07-06 15:23:07 -0500 | |
commit | e79a1385ab74451e2e61efd5e59de3c1d3b4cd05 (patch) | |
tree | 2c04c82f11ca24405a6fb1cf749efc41de10ea7c /arch/arm64/boot/dts/qcom/pmi8998.dtsi | |
parent | arm64: dts: qcom: sm8350: Replace integers with rpmpd defines (diff) | |
download | linux-dev-e79a1385ab74451e2e61efd5e59de3c1d3b4cd05.tar.xz linux-dev-e79a1385ab74451e2e61efd5e59de3c1d3b4cd05.zip |
arm64: dts: qcom: Add LPG to pm8916, pm8994, pmi8994 and pmi8998
Add PWM/LPG nodes to the PMICs currently supported by the binding.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Caleb Connolly <caleb@connolly.tech>
Reviewed-by: Dylan Van Assche <me@dylanvanassche.be>
Link: https://lore.kernel.org/r/20220505022706.1692554-2-bjorn.andersson@linaro.org
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/qcom/pmi8998.dtsi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/pmi8998.dtsi b/arch/arm64/boot/dts/qcom/pmi8998.dtsi index ef29e80c442c..6d3d212560c1 100644 --- a/arch/arm64/boot/dts/qcom/pmi8998.dtsi +++ b/arch/arm64/boot/dts/qcom/pmi8998.dtsi @@ -42,6 +42,16 @@ }; }; + pmi8998_lpg: lpg { + compatible = "qcom,pmi8998-lpg"; + + #address-cells = <1>; + #size-cells = <0>; + #pwm-cells = <2>; + + status = "disabled"; + }; + pmi8998_wled: leds@d800 { compatible = "qcom,pmi8998-wled"; reg = <0xd800>, <0xd900>; @@ -52,6 +62,5 @@ status = "disabled"; }; - }; }; |