Skip to content

Commit

Permalink
ARM: dts: qcom: Add LPG node to pm8941
Browse files Browse the repository at this point in the history
The PM8941 contains 8 LPG channels, as well as TRILED and LUT blocks.
Add a node for these.

Signed-off-by: Bjorn Andersson <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
andersson committed Jul 17, 2022
1 parent 079926b commit 5edd7d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/qcom-pm8941.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@
#address-cells = <1>;
#size-cells = <0>;

pm8941_lpg: lpg {
compatible = "qcom,pm8941-lpg";

#address-cells = <1>;
#size-cells = <0>;
#pwm-cells = <2>;

status = "disabled";
};

pm8941_wled: wled@d800 {
compatible = "qcom,pm8941-wled";
reg = <0xd800>;
Expand Down

0 comments on commit 5edd7d3

Please sign in to comment.