On Thu, Aug 28, 2025 at 3:58 PM Mark Brown <broo...@kernel.org> wrote: > > On Thu, Aug 28, 2025 at 03:36:43PM +0200, Bartosz Golaszewski wrote: > > On Thu, Aug 28, 2025 at 10:51 AM Mark Brown <broo...@kernel.org> wrote: > > > > It's failing prior to putting any output on the console. I was also > > > seeing an issue on i.MX6 so it might be all i.MX boards, same issue: > > > > https://lava.sirena.org.uk/scheduler/job/1697667 > > > > so it's possibly all the i.MX platforms failing. > > > Not even with earlycon? That's weird. There are no smatch warnings on > > this patch and I can't see anything obviously wrong upon visual > > inspection. I fixed all other issues but this one I can't test. :( > > This looks like it has something: > > https://lava.sirena.org.uk/scheduler/job/1747304
Ah, now I see it, I confused two radix trees used in pinctrl with this change. Cooking up a fix. Thanks! Bart