
12 Jan
2022
12 Jan
'22
9:04 p.m.
On Sun, 9 Jan 2022 at 08:26, Johan Jonker jbx6244@gmail.com wrote:
The Rockchip uart DT nodes have "snps,dw-apb-uart" as fall back string. The driver ns16550.c has CONFIG_IS_ENABLED(OF_REAL) as condition to of_match and does not copy dtplat data. For TPL/SPL the driver serial_rockchip.c is used. Move driver alias to correct driver.
Signed-off-by: Johan Jonker jbx6244@gmail.com
drivers/serial/ns16550.c | 2 -- drivers/serial/serial_rockchip.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org