On Sun, 07 Jun 2026 21:15:42 +0530, Naveen Kumar Chaudhary wrote:
> goldfish_serial_of_to_plat() returns success even when dev_read_addr()
> fails to find a valid address. This leaves plat->reg unset and defers
> the failure to probe().
>
> Return -EINVAL immediately when the address is FDT_ADDR_T_NONE so the
> failure is reported at the of_to_plat stage where it belongs.
>
> [...]
Applied to u-boot/next, thanks!
[1/1] serial: goldfish: return error when device address is invalid
commit: d73aed0b0571828c7ee308adcb1bb1145892dfd1
--
Tom