commit | 81ae913b98bc03b8035cfae5128cdef7228b3eb3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Tue Mar 15 17:47:05 2022 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 15:36:18 2022 +0200 |
tree | 569f737637701e872d96b0a0494a816a005721c2 | |
parent | 503a049f6c96fc1f9919b1ccfeed0f703fd970a4 [diff] |
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>