[PATCH V3 01/10] clk: imx6q: Properly handle imx6qp ECSPI clk_sels

Adam Ford aford173 at gmail.com
Wed Mar 19 17:39:00 CET 2025


On Wed, Mar 19, 2025 at 11:15 AM Fabio Estevam <festevam at gmail.com> wrote:
>
> On Tue, Mar 18, 2025 at 8:42 PM Adam Ford <aford173 at gmail.com> wrote:
>
> > +       if (of_machine_is_compatible("fsl,imx6qp")
>
> Missing closing parenthesis.
>
> > -       clk_dm(IMX6QDL_CLK_ECSPI_ROOT,
> > -              imx_clk_divider("ecspi_root", "pll3_60m", base + 0x38, 19, 6));
> > +       if (of_machine_is_compatible("fsl,imx6qp")
>
> Same here.

Sorry about all the noise.

I think I forgot to type 'git add' before the "git commit --amend" so
the fix didn't get applied, but because the same file was shown in the
commit message, it looked like the fix was in place.  I'll have to
confirm when I get back to my build machine.

I'll manually build a few more mx6 platforms and try to spend some
more time trying to figure out the CI/CD tools.

adam


More information about the U-Boot mailing list