diff options
author | Dmitry Baryshkov <[email protected]> | 2022-05-05 17:51:00 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-02 21:50:12 -0500 |
commit | efe9185c4e213680b7089931d0b7fc2a3416fe51 (patch) | |
tree | 5b4a78d00a274c918346d3860f54f64e56bcb242 | |
parent | 3cfe94d660a8ebc19e78ea0a4781d7e9a1054c65 (diff) |
arm64: dts: qcom: pm8150b: add Light Pulse Generator device node
Add device node defining LPG/PWM block on PM8150B PMIC chip.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm8150b.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm8150b.dtsi b/arch/arm64/boot/dts/qcom/pm8150b.dtsi index d0d8890f087c..5d1ec3a6cc3c 100644 --- a/arch/arm64/boot/dts/qcom/pm8150b.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8150b.dtsi @@ -127,5 +127,15 @@ reg = <0x3 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; + + pm8150b_lpg: lpg { + compatible = "qcom,pm8150b-lpg"; + + #address-cells = <1>; + #size-cells = <0>; + #pwm-cells = <2>; + + status = "disabled"; + }; }; }; |