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