serial: Support info() method in ns16550 xPL with UPL
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:05 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 21:58:03 +0000 (15:58 -0600)
commit4219fd9a705dba1c066e02824514b9e4b13b8acf
tree9eb5b007f39c944c389d6c5e5e62c8aafb339542
parent8b89d901465bd00358c761f0b64e05efed8a333a
serial: Support info() method in ns16550 xPL with UPL

UPL needs to pass the serial details onto the next stage, so adjust the
condition to support this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/ns16550.c