
8 Feb
2021
8 Feb
'21
5:20 a.m.
On Sun, 7 Feb 2021 at 08:12, Bin Meng bmeng.cn@gmail.com wrote:
The QEMU ppce500 target integrates 2 NS16550 serial ports. Switch over to use the DM version of the driver by:
- drop unnecessary ad-hoc config macros
- add get_serial_clock() in the board codes
Signed-off-by: Bin Meng bmeng.cn@gmail.com
board/freescale/qemu-ppce500/qemu-ppce500.c | 6 ++++++ configs/qemu-ppce500_defconfig | 1 + include/configs/qemu-ppce500.h | 10 ---------- 3 files changed, 7 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org