U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for eCAP PWM and LCD
@ 2025-03-19 20:25 Sukrut Bellary
  2025-03-19 20:25 ` [PATCH 1/3] pwm: ti: am33xx: Enable Auxiliary PWM using eCAP Sukrut Bellary
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sukrut Bellary @ 2025-03-19 20:25 UTC (permalink / raw)
  To: Tom Rini
  Cc: Sukrut Bellary, Kevin Hilman, Bajjuri Praneeth,
	Raghavendra Vignesh, u-boot

This patch series adds the support for

1. In am33xx SoC[1], enhanced capture (eCAP) supports auxiliary PWM (APWM).
This series adds the PWM driver support for the APWM feature for eCAP on
AM33xx. AM335X_ECAP0_IN_PWM0_OUT is used to enable the backlight.

2. Enable eCAP0 PWM and LCD pin muxing to support splash screen on
AM335x EVM[2].

3. Add lcdc, panel and backlight nodes for AM335x EVM.

This series doesn't contain defconfig changes since we don't want to
enable LCD, splash screen and PWM support by default.
Enabling splash screen and PWM support in defconfig causes u-boot crash
on AM335x based beaglebone black. This will be handled in a separate
patch.

[1] AM335x TRM - https://www.ti.com/lit/ug/spruh73q/spruh73q.pdf
[2] AM335x EVM - https://www.ti.com/tool/TMDXEVM3358

Sukrut Bellary (3):
  pwm: ti: am33xx: Enable Auxiliary PWM using eCAP
  board: ti: am335x: Enable eCAP0 PWM and LCD pin muxing
  arm: dts: am335x: Add nodes for lcdc, panel and backlight

 arch/arm/dts/am335x-evm.dts |  15 ++-
 board/ti/am335x/mux.c       |  49 +++++++++
 drivers/pwm/Kconfig         |   6 ++
 drivers/pwm/Makefile        |   1 +
 drivers/pwm/pwm-tiecap.c    | 198 ++++++++++++++++++++++++++++++++++++
 5 files changed, 268 insertions(+), 1 deletion(-)
 create mode 100644 drivers/pwm/pwm-tiecap.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-04-15 22:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 20:25 [PATCH 0/3] Add support for eCAP PWM and LCD Sukrut Bellary
2025-03-19 20:25 ` [PATCH 1/3] pwm: ti: am33xx: Enable Auxiliary PWM using eCAP Sukrut Bellary
2025-03-19 20:25 ` [PATCH 2/3] board: ti: am335x: Enable eCAP0 PWM and LCD pin muxing Sukrut Bellary
2025-03-19 20:25 ` [PATCH 3/3] arm: dts: am335x: Add nodes for lcdc, panel and backlight Sukrut Bellary
2025-03-24 17:20   ` Tom Rini
2025-03-25 19:31     ` Sukrut Bellary
2025-04-15 22:46       ` Sukrut Bellary
2025-04-15 22:47         ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox