mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
arm64: dts: qcom: pmi8950: add pwm node
This node is actually found on some msm8953 devices (xiaomi-mido) and allows irled enablement Signed-off-by: Gianluca Boiano <morf3089@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240402-pmi8950-pwm-support-v1-2-1a66899eeeb3@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
5f2fd4aefa
commit
62aad66b57
|
|
@ -84,6 +84,14 @@ pmic@3 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmi8950_pwm: pwm@b000 {
|
||||
compatible = "qcom,pmi8950-pwm";
|
||||
reg = <0xb000 0x100>;
|
||||
#pwm-cells = <2>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pmi8950_wled: leds@d800 {
|
||||
compatible = "qcom,pmi8950-wled";
|
||||
reg = <0xd800>, <0xd900>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user