v2026.04 crashing on Marvell Armada 3720
Ben Schneider
ben at bens.haus
Tue May 26 18:14:20 CEST 2026
Hi Quentin,
On Tuesday, May 26th, 2026 at 2:09 AM, Quentin Schulz <quentin.schulz at cherry.de> 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
More information about the U-Boot
mailing list