]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: convert NXP LS1028A RDB and QDS to DM_SERIAL
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 15 Mar 2023 11:01:16 +0000 (13:01 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 4 Apr 2023 09:31:46 +0000 (17:31 +0800)
commit2532eadcd5bfe9e98fff5585785af737e475fb4c
tree3ee077bcf2f99e2e377e3dae8bbb81f286680c10
parent02f8486b9f9fd27c1ad7fdda78c3c892431285a9
configs: convert NXP LS1028A RDB and QDS to DM_SERIAL

Since the device trees are more or less synchronized with Linux, the
only necessary changes are to enable CONFIG_DM_SERIAL and the DM_SERIAL
driver for ns16550 (ns16550.c rather than serial_ns16550.c).

ls1028aqds_tfa_lpuart_defconfig already uses DM_SERIAL for the LPUART
driver, so I didn't touch that.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
configs/ls1028aqds_tfa_SECURE_BOOT_defconfig
configs/ls1028aqds_tfa_defconfig
configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
configs/ls1028ardb_tfa_defconfig