From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 7 Feb 2021 21:20:44 -0700 Subject: [PATCH 17/26] ppc: qemu: Switch over to use DM serial In-Reply-To: <1612710687-56493-18-git-send-email-bmeng.cn@gmail.com> References: <1612710687-56493-1-git-send-email-bmeng.cn@gmail.com> <1612710687-56493-18-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 7 Feb 2021 at 08:12, Bin Meng 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 > --- > > 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