]> git.baikalelectronics.ru Git - uboot.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)
commiteb816efcb2eba108d3a7a67dc6d06f43b867e092
tree6a9b4f201362de2b317c4ad31fa2cc228104e8cc
parentc7f0b3d42ac8ebc15245663c04cd1657e475a4e7
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