Re: [PATCH v3] board: imx6: guard LDB clock init with appropriate video config
Fabio Estevam <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAOMZO5Ca-0xisa87dQ2ssz6+8vsVg2EB0yW9+2-6WegdsicXPA@mail.gmail.com> |
Hi Md Shofiqul, On Tue, Jul 28, 2026 at 2:27 PM Md Shofiqul Islam <[email protected]> wrote: > --- a/board/ge/b1x5v2/b1x5v2.c > +++ b/board/ge/b1x5v2/b1x5v2.c > @@ -320,8 +320,9 @@ int overwrite_console(void) > > int board_early_init_f(void) > { > +#if defined(CONFIG_SPL_VIDEO) > select_ldb_di_clock_source(MXC_PLL5_CLK, MXC_PLL5_CLK); > - > +#endif ge_b1x5v2_defconfig does not select CONFIG_SPL_VIDEO. What's the motivation for this patch? What exactly are you trying to solve?