Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: x1e80100-pmics: Add PMC8380C PWM

The PMC8380C (PM8550) has a PWM block, describe it.

Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com>
Link: https://lore.kernel.org/r/20240826-topic-sl7-v2-3-c32ebae78789@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
02a1bfb3 2538d068

+8
+8
arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi
··· 249 249 interrupt-controller; 250 250 #interrupt-cells = <2>; 251 251 }; 252 + 253 + pmk8550_pwm: pwm { 254 + compatible = "qcom,pmk8550-pwm"; 255 + 256 + #pwm-cells = <2>; 257 + 258 + status = "disabled"; 259 + }; 252 260 }; 253 261 254 262 /* PMC8380C */