[PATCH 0/3] Support pwm driver for aspeed ast26xx
Billy Tsai
billy_tsai at aspeedtech.com
Tue Mar 8 04:04:04 CET 2022
This series adds driver support for the PWM controller found in
Aspeed's AST2600 BMC SoCs, but isn't compatible with the AST2400
and AST2500.
Billy Tsai (3):
pwm: Add Aspeed ast2600 PWM support
pinctrl: Add the pinctrl setting for PWM.
ARM: dts: ast2600: Add PWM to device tree
arch/arm/dts/ast2600-evb.dts | 20 ++
arch/arm/dts/ast2600.dtsi | 95 +++++++++
drivers/pinctrl/aspeed/pinctrl_ast2600.c | 120 +++++++++++
drivers/pwm/Kconfig | 8 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-aspeed.c | 251 +++++++++++++++++++++++
6 files changed, 495 insertions(+)
create mode 100644 drivers/pwm/pwm-aspeed.c
--
2.25.1
More information about the U-Boot
mailing list