
16 Mar
2022
16 Mar
'22
4:27 p.m.
In order to support pwm-imx-util CONFIG_IMX6_PWM_PER_CLK is needed. At the moment driver don't support clock framework
Signed-off-by: Tommaso Merciai tommaso.merciai@amarulasolutions.com --- include/configs/imx8mm_evk.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.h index c7022ef0f7..3c17dd3773 100644 --- a/include/configs/imx8mm_evk.h +++ b/include/configs/imx8mm_evk.h @@ -91,4 +91,7 @@
#define IMX_FEC_BASE 0x30BE0000
+#ifdef CONFIG_PWM_IMX + #define CONFIG_IMX6_PWM_PER_CLK 66000000 +#endif #endif
--
2.25.1