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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: pm8550: add PWM controller

Add the PWM function to the pm8550 dtsi, this is usually used
to drive RGB leds on platforms using this PMIC.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230525-topic-sm8550-upstream-pm8550-lpg-dt-v4-1-a288f24af81b@linaro.org

authored by

Neil Armstrong and committed by
Bjorn Andersson
8889d13c 2d7b1a31

+10
+10
arch/arm64/boot/dts/qcom/pm8550.dtsi
··· 61 61 reg = <0xee00>; 62 62 status = "disabled"; 63 63 }; 64 + 65 + pm8550_pwm: pwm { 66 + compatible = "qcom,pm8550-pwm", "qcom,pm8350c-pwm"; 67 + 68 + #address-cells = <1>; 69 + #size-cells = <0>; 70 + #pwm-cells = <2>; 71 + 72 + status = "disabled"; 73 + }; 64 74 }; 65 75 };