On Fri, Feb 23, 2018 at 02:36:02PM +0100, Fabrice Gasnier wrote: > Add missing generic #pwm-cells on STM32 LPTimer to allow initialization > of channel, period and polarity. > > Fabrice Gasnier (1): > ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743 > > Gerald Baeza (2): > dt-bindings: pwm-stm32-lp: add #pwm-cells > pwm: stm32: LPTimer: use 3 cells xlate > > Documentation/devicetree/bindings/pwm/pwm-stm32-lp.txt | 3 +++ > arch/arm/boot/dts/stm32h743.dtsi | 5 +++++ > drivers/pwm/pwm-stm32-lp.c | 2 ++ > 3 files changed, 10 insertions(+) Applied patches 1 and 2, thanks. Thierry