diff options
author | Danila Tikhonov <[email protected]> | 2024-03-06 20:27:10 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-21 12:15:06 -0500 |
commit | 11525960fcf40fcb772b62dd5117c59fdc27eb57 (patch) | |
tree | ab5176f664235635da81500170a598c4e3a5252a | |
parent | 7c4b3191b3cdb01f69bb5c1323fe67e018e7b9f9 (diff) |
arm64: dts: qcom: pm6150l: add Light Pulse Generator device node
Add device node defining LPG/PWM block on PM6150L PMIC chip.
Signed-off-by: Danila Tikhonov <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm6150l.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm6150l.dtsi b/arch/arm64/boot/dts/qcom/pm6150l.dtsi index d13a1ab7c20b..0fce45276e5c 100644 --- a/arch/arm64/boot/dts/qcom/pm6150l.dtsi +++ b/arch/arm64/boot/dts/qcom/pm6150l.dtsi @@ -118,6 +118,16 @@ status = "disabled"; }; + pm6150l_lpg: pwm { + compatible = "qcom,pm6150l-lpg", "qcom,pm8150l-lpg"; + + #address-cells = <1>; + #size-cells = <0>; + #pwm-cells = <2>; + + status = "disabled"; + }; + pm6150l_wled: leds@d800 { compatible = "qcom,pm6150l-wled"; reg = <0xd800>, <0xd900>; |