[PATCH v3 3/3] ti_pwm: Add support for arch k3
theodore.oviguian at etu.esisar.grenoble-inp.fr
theodore.oviguian at etu.esisar.grenoble-inp.fr
Tue Jul 7 14:33:23 CEST 2026
From: Theodore Oviguian <theodore.oviguian at etu.esisar.grenoble-inp.fr>
Add support for arch k3 in the EHRPWM driver.
Signed-off-by: Theodore Oviguian <theodore.oviguian at se.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: Lukasz Majewski <lukma at denx.de>
Cc: Neha Malcom Francis <n-francis at ti.com>
---
drivers/pwm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index a69fe37caff..c406274387c 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -122,7 +122,7 @@ config PWM_SUNXI
config PWM_TI_EHRPWM
bool "Enable support for EHRPWM PWM"
- depends on ARCH_OMAP2PLUS
+ depends on ARCH_OMAP2PLUS || ARCH_K3
default y
help
PWM driver support for the EHRPWM controller found on TI SOCs.
--
2.43.0
More information about the U-Boot
mailing list