Messages in this thread |  | | From | Fabrice Gasnier <> | Subject | [PATCH 0/5] Add missing pwm-cells to STM32 timers PWM | Date | Wed, 19 Jun 2019 11:52:00 +0200 |
| |
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(+)
-- 2.7.4
|  |