[PATCH 0/3] Add SAMA5D2 PWM Support
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Tue Oct 12 14:59:26 CEST 2021
On 9/21/21 2:28 AM, Dan Sneddon wrote:
> Add support for the PWM found on SAMA5D2 SoCs.
>
> Dan Sneddon (3):
> pwm: Add PWM driver for SAMA5D2
> dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2
> ARM:dts: sama5d2: Add pwm definition
>
> arch/arm/dts/sama5d2.dtsi | 8 +
> doc/device-tree-bindings/pwm/pwm-at91.txt | 16 ++
> drivers/pwm/Kconfig | 6 +
> drivers/pwm/Makefile | 1 +
> drivers/pwm/pwm-at91.c | 207 ++++++++++++++++++++++
> 5 files changed, 238 insertions(+)
> create mode 100644 doc/device-tree-bindings/pwm/pwm-at91.txt
> create mode 100644 drivers/pwm/pwm-at91.c
>
> --
> 2.17.1
>
Applied to u-boot-at91/master, thanks !
More information about the U-Boot
mailing list