Message ID | 1560937925-8990-1-git-send-email-fabrice.gasnier@st.com (mailing list archive) |
---|---|
Headers | show |
Series | Add missing pwm-cells to STM32 timers PWM | expand |
Hi Fabrice On 6/19/19 11:52 AM, Fabrice Gasnier wrote: > This series adds missing generic 3-cells PWM to STM32 timers dt-bindings, > PWM driver, and the relevant dtsi files for STM32F4, STM32F7 and STM32MP1. > > Fabrice Gasnier (5): > dt-bindings: pwm-stm32: add #pwm-cells > pwm: stm32: use 3 cells ->of_xlate() > ARM: dts: stm32: add pwm cells to stm32mp157c > ARM: dts: stm32: add pwm cells to stm32f429 > ARM: dts: stm32: add pwm cells to stm32f746 > > Documentation/devicetree/bindings/pwm/pwm-stm32.txt | 3 +++ > arch/arm/boot/dts/stm32f429.dtsi | 12 ++++++++++++ > arch/arm/boot/dts/stm32f746.dtsi | 12 ++++++++++++ > arch/arm/boot/dts/stm32mp157c.dtsi | 12 ++++++++++++ > drivers/pwm/pwm-stm32.c | 2 ++ > 5 files changed, 41 insertions(+) > DT patches applied on stm32-next. regards Alex