commit | 503a049f6c96fc1f9919b1ccfeed0f703fd970a4 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Mon Mar 14 20:24:06 2022 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 15:36:18 2022 +0200 |
tree | 6a9b4f201362de2b317c4ad31fa2cc228104e8cc | |
parent | b820460b726f9e9fce53711a8ba3fecd1bc53c80 [diff] |
warp7: Remove UART initialization code With DM_SERIAL selected, it is no longer needed board code to initialize the UART. Describe 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>