On Wed, Mar 19, 2025 at 11:15 AM Fabio Estevam <feste...@gmail.com> wrote: > > On Tue, Mar 18, 2025 at 8:42 PM Adam Ford <aford...@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