This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: ePWM Support in U-Boot for Backlight Control

Part Number: AM625


Tool/software:

Hi Team,

(Following up on a previous ticket: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1385447/am625-u-boot-epwm-support)

We need to enable ePWM in U-Boot on a custom AM625 board for DPI backlight control.

The device tree uses:  epwm0: pwm@23000000 {

                                                  compatible = "ti,am64-epwm", "ti,am3352-ehrpwm";

However, we couldn't find any driver for "ti,am64-epwm" in U-Boot and "ti,am3352-ehrpwm" is not for am62x.

Could you please update on this and confirm which driver to use for enabling ePWM on AM625 in U-Boot?