On Sun, Aug 14, 2022 at 5:57 PM Fabio Estevam <feste...@gmail.com> wrote: > > Hi Adam, > > On Sun, Jul 31, 2022 at 8:46 PM Adam Ford <aford...@gmail.com> wrote: > > > > Every imx8mn board has a bunch of similar entries on their > > respective board-u-boot.dtsi file to make the board bootable. > > Instead of maintaining multiple files with duplicate code, > > have them all point to a new, common file. This file includes > > the necessary nodes that were common to nearly all boards > > and added spba1 to help faciliate SPL_DM_SERIAL. This also > > adds support for CONFIG_FSPI_CONF_HEADER which can be used > > to generate flash.bin files for booting from FlexSPI. > > > > Adam Ford (7): > > arm: dts: imx8mn-u-boot: Create common imx8mn-u-boot.dtsi > > arm: dts: imx8mn-beacon-kit: Consolidate with imx8mn-u-boot > > arm: dts: imx8mn-bsh-smm-s2: Consolidate with imx8mn-u-boot > > arm: dts: imx8mn-ddr4-evk: Consolidate with imx8mn-u-boot > > arm: dts: imx8mn-evk: Consolidate with imx8mn-u-boot > > arm: dts: imx8mn-var-som-symphony: Consolidate with imx8mn-u-boot > > arm: dts: imx8mn-venice: Consolidate with imx8mn-u-boot > > For the series: > > Reviewed-by: Fabio Estevam <feste...@denx.de>
Thanks! Stefano, If you want me to squash the 1 dependent patch, I can squash it into this series and submit a V2, but getting this series applied should fix a bunch of boards which don't boot properly. adam