The first patch updates the device tree bindings for leds-qcom-lpg to include support for PMI8950 PWM. The second patch adds a pwm node to the device tree for the PMI8950. This node is found on some msm8953 devices, such as the Xiaomi Mido, and its inclusion in the device tree will enable infrared LED functionality on these devices. The final patch adds support for the PMI8950 PWM to the leds-qcom-lpg driver. The PMI8950 PMIC contains one PWM channel. Signed-off-by: Gianluca Boiano <morf3089@xxxxxxxxx> --- Gianluca Boiano (3): leds: qcom-lpg: Add support for PMI8950 PWM arm64: dts: qcom: pmi8950: add pwm node dt-bindings: leds: leds-qcom-lpg: Add support for PMI8950 PWM Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 4 ++-- arch/arm64/boot/dts/qcom/pmi8950.dtsi | 8 ++++++++ drivers/leds/rgb/leds-qcom-lpg.c | 8 ++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) --- base-commit: c0b832517f627ead3388c6f0c74e8ac10ad5774b change-id: 20240402-pmi8950-pwm-support-f591864b1e28 Best regards, -- Gianluca Boiano <morf3089@xxxxxxxxx>