Re: linux-next: build failure after merge of the imx-mxs tree

From: Frank Li

Date: Tue Jun 02 2026 - 15:52:38 EST


On Tue, Jun 02, 2026 at 03:53:28PM +0100, Mark Brown wrote:
> Hi all,
>
> After merging the imx-mxs tree, today's linux-next build
> (arm_multi_v7_defconfig.log /tmp/next/x86_64 allmodconfig) failed
> like this:
>
> Error: /tmp/next/build/arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi:337.14-15 syntax error
> FATAL ERROR: Unable to parse input tree
>
> Caused by commit
>
> 3d016a3272010 (arm64: dts: freescale: add ULP watchdog nodes for i.MX platforms)
>
> That's not a ;. I have used the version from next-20260601 instead.

Sorry, I just fixed it. It was caused by "arm64" tag actually touch "ARM"'s
code. I have not found it during applying patch and missed test ARM build
for this branch.

Frank