Hi Quentin, On Tuesday, May 26th, 2026 at 2:09 AM, Quentin Schulz <[email protected]> wrote: > > Can you check the value of info->dev? It's not explicitly set in the > driver so I'm wondering if this is simply not initialized? > > If that's the case, then I'm assuming > > info->dev = dev; > > in armada_37xx_pinctrl_probe before info->funcs = devm_kzalloc() would > probably be the fix?
Yes, info->dev was uninitialized and adding info->dev = dev; before devm_kzalloc() in armada_37xx_pinctrl_probe makes my device boot again. Thank you! Unless instructed otherwise, I will leave it to Stefan to fix in case there is additional work/testing required. Thank you again for your help! Sincerely, Ben

