This series adds support for the PWM functions of the i.MX7 SoC, it also allows a splash screen to stay when booting the OS by letting the video driver up when the OS is started.
--- Signed-off-by: Thomas Bonnefille <[email protected]> --- Thomas Bonnefille (5): drivers: video: mxsfb: Use kconfig VIDEO_REMOVE to remove video arm: include: imx7: rename PWM registers to match driver name mx7: clock: add pwm enabling clock function pwm: imx: allow i.MX7 to use PWM3 and PWM4 board: toradex: add splash screen to Toradex i.MX7D Colibri board arch/arm/include/asm/arch-mx7/clock.h | 3 +++ arch/arm/include/asm/arch-mx7/imx-regs.h | 25 +++++++++++++++---- arch/arm/mach-imx/mx7/clock.c | 29 ++++++++++++++++++++++ board/toradex/colibri_imx7/colibri_imx7.c | 40 +++++++++++++++++++++++-------- drivers/pwm/pwm-imx.c | 2 +- drivers/video/mxsfb.c | 6 +++-- 6 files changed, 88 insertions(+), 17 deletions(-) --- base-commit: 020688fb85624ce7fb01dbf412f9ecfacc9ef8d3 change-id: 20251006-repair_imx7_splash-2a3f5812ee33 Best regards, -- Thomas Bonnefille <[email protected]>

