[PULL] u-boot-at91-2022.01-b
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Tue Oct 12 16:18:29 CEST 2021
Hello Tom,
Please pull tag u-boot-at91-2022.01-b , the second set of at91 features
for the next cycle 2022.01 .
This small feature set adds the support for PWM driver for the sama5d2
SoC. It also adds a node in the DT for this SoC.
Thanks,
Eugen
The following changes since commit 4c1996ce374924a226c872e26a42cfcc7bf74da2:
Merge branch '2021-10-11-TI-platform-updates' (2021-10-11 22:39:27 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git
tags/u-boot-at91-2022.01-b
for you to fetch changes up to 1f83bda7886c0e3fbb9aaf1d36dcaac27a7c92ea:
ARM: dts: sama5d2: Add pwm0 definition (2021-10-12 15:18:39 +0300)
----------------------------------------------------------------
Second set of u-boot-at91 features for the 2022.01 cycle
----------------------------------------------------------------
Dan Sneddon (3):
pwm: Add PWM driver for SAMA5D2
dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2
ARM: dts: sama5d2: Add pwm0 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
More information about the U-Boot
mailing list