]> git.dujemihanovic.xyz Git - u-boot.git/commit
warp7: Remove UART initialization code
authorFabio Estevam <festevam@denx.de>
Mon, 14 Mar 2022 23:24:06 +0000 (20:24 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:18 +0000 (15:36 +0200)
commit473466a5c44a97ae4376862b412d036c5b655d2b
tree6a9b4f201362de2b317c4ad31fa2cc228104e8cc
parent8479b9e6c9db6dc0971283c35d59ab07b289be52
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>
arch/arm/dts/imx7s-warp-u-boot.dtsi
arch/arm/dts/imx7s.dtsi
board/warp7/warp7.c
configs/warp7_bl33_defconfig
configs/warp7_defconfig