Re: [PATCH] clk: imx6q: Add definition for IMX6QDL_CLK_PWM1

2024-07-22 Thread Fabio Estevam
On Fri, Jul 12, 2024 at 8:10 PM Emil Kronborg wrote: > > Enabling CONFIG_CMD_PWM, and consequently CONFIG_DM_PWM, causes the pwm > command to fail due to a missing clock. > > => pwm enable 0 0 > Enable clock-controller@20c4000 failed > Failed to enable per_clk > pwm: '0' not found

[PATCH] clk: imx6q: Add definition for IMX6QDL_CLK_PWM1

2024-07-12 Thread Emil Kronborg
Enabling CONFIG_CMD_PWM, and consequently CONFIG_DM_PWM, causes the pwm command to fail due to a missing clock. => pwm enable 0 0 Enable clock-controller@20c4000 failed Failed to enable per_clk pwm: '0' not found Command 'pwm' failed: Error -2 Note that it is trivial to also a