commit | 047164b936e299c901cdf85f6fb59829311922ab | [log] [tgz] |
---|---|---|
author | Johan Jonker <jbx6244@gmail.com> | Sat Apr 09 18:55:11 2022 +0200 |
committer | Kever Yang <kever.yang@rock-chips.com> | Mon Apr 18 11:25:13 2022 +0800 |
tree | d68c628c8d32d92b2dfc5a920503012a4fe46ebe | |
parent | e790316436bbd9eb14a8fc8116833f7ffd02308f [diff] |
rockchip: serial: move driver alias to serial_rockchip.c 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> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>