tbs2910: Convert to DM_SERIAL
authorFabio Estevam <festevam@denx.de>
Tue, 15 Mar 2022 20:47:05 +0000 (17:47 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:18 +0000 (15:36 +0200)
commit8fbca1a8b9b02fbc40147401d9af764e07dc96af
tree569f737637701e872d96b0a0494a816a005721c2
parent473466a5c44a97ae4376862b412d036c5b655d2b
tbs2910: Convert to DM_SERIAL

Conversion to DM_SERIAL is mandatory.

Select DM_SERIAL and add a imx6q-tbs2910-u-boot.dtsi file
that describes the nodes that require dm-pre-reloc, which allows
the DM model to configure the UART pinctrl early.

Remove the now unneeded board UART initialization.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Tested-by: Soeren Moch <smoch@web.de>
arch/arm/dts/imx6q-tbs2910-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6qdl.dtsi
board/tbs/tbs2910/tbs2910.c
configs/tbs2910_defconfig