On Mon, Apr 11, 2022 at 10:32 PM Peng Fan (OSS) <peng....@oss.nxp.com> wrote:
> +&aips3 { > + u-boot,dm-pre-reloc; > +}; > + > +&{/soc/bus@30800000/spba-bus@30800000} { &aips3 would be easier to read. > +&iomuxc_lpsr { > + u-boot,dm-pre-reloc; > +}; > + > +&{/soc/bus@30000000/iomuxc@30330000/imx7d-sdb} { &iomuxc would be easier to read. > int board_early_init_f(void) > { > - setup_iomux_uart(); > - > return 0; After this change board_early_init_f() is unnecessary. Please remove it.