On Wed, Nov 26, 2025 at 12:41:57AM +0100, Thomas Bonnefille wrote: > This commit fixes the PWM<A> that was previously used as a GPIO output > instead of a real PWM, it also reserve the framebuffer region to > preserve the splash screen while the OS is booting. > > Signed-off-by: Thomas Bonnefille <[email protected]> > --- > board/toradex/colibri_imx7/colibri_imx7.c | 40 > +++++++++++++++++++++++-------- > 1 file changed, 30 insertions(+), 10 deletions(-) > > diff --git a/board/toradex/colibri_imx7/colibri_imx7.c > b/board/toradex/colibri_imx7/colibri_imx7.c > index 69a8a18d3a7..b5d22337a04 100644 > --- a/board/toradex/colibri_imx7/colibri_imx7.c > +++ b/board/toradex/colibri_imx7/colibri_imx7.c > @@ -7,6 +7,8 @@ > #include <env.h> > #include <init.h> > #include <net.h> > +#include <fdt_simplefb.h> > +#include <video.h>
The includes here are "somehow" sorted, please keep it the same way. Francesco

