Merge patch series "ti: Add support for eCAP PWM and LCD pin mux"
authorTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 22:27:02 +0000 (16:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 22:27:02 +0000 (16:27 -0600)
commit7660feeedcce7013969bfa89cd04bbddab7d534d
treefbea3338fd622358c1d8023c8e265578b7c7c1ab
parent548d997229b7929bd7f0782415952d5a85eb7e64
parent04df37a095cb08edb865b218398550341a6118c1
Merge patch series "ti: Add support for eCAP PWM and LCD pin mux"

Sukrut Bellary <sbellary@baylibre.com> says:

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. Fix build warning in ti-ehrpwm driver in dev_deb().

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

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

per discussion on the earlier patch series,
https://lore.kernel.org/all/20250319202516.3300444-1-sbellary@baylibre.com/
dropping the device tree changes in this series due to OF_UPSTREAM
conflict.
As we are dropping the DT patch, started with the new series instead of
V2.

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.

Link: https://lore.kernel.org/r/20250530212232.1686613-1-sbellary@baylibre.com