On Wed, May 26, 2021 at 09:22:41AM +0200, Ahmad Fatoum wrote: > > > On 26.05.21 08:42, Sascha Hauer wrote: > > The SabreSD comes with different SoC variants. This patch adds support > > for the i.MX6QP based board. the DCD data has been taken from U-Boot > > 2021.04 > > > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > Link: https://lore.barebox.org/20210415140313.29161-1-s.hauer@xxxxxxxxxxxxxx > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > --- > > > > Changes since v2: > > - Fix board compatible checks to also match "fsl,imx6qp-sabresd" > > > > arch/arm/boards/freescale-mx6-sabresd/board.c | 6 +- > > ...mxcfg => flash-header-mx6q-sabresd.imxcfg} | 0 > > .../flash-header-mx6qp-sabresd.imxcfg | 96 +++++++++++++++++++ > > .../boards/freescale-mx6-sabresd/lowlevel.c | 16 ++++ > > arch/arm/dts/Makefile | 2 +- > > arch/arm/dts/imx6qp-sabresd.dts | 42 ++++++++ > > images/Makefile.imx | 4 +- > > 7 files changed, 162 insertions(+), 4 deletions(-) > > rename arch/arm/boards/freescale-mx6-sabresd/{flash-header-mx6-sabresd.imxcfg => flash-header-mx6q-sabresd.imxcfg} (100%) > > create mode 100644 arch/arm/boards/freescale-mx6-sabresd/flash-header-mx6qp-sabresd.imxcfg > > create mode 100644 arch/arm/dts/imx6qp-sabresd.dts > > > > diff --git a/arch/arm/boards/freescale-mx6-sabresd/board.c b/arch/arm/boards/freescale-mx6-sabresd/board.c > > index b710c05a47..4df6663775 100644 > > --- a/arch/arm/boards/freescale-mx6-sabresd/board.c > > +++ b/arch/arm/boards/freescale-mx6-sabresd/board.c > > @@ -55,7 +55,8 @@ static int ar8031_phy_fixup(struct phy_device *dev) > > > > static int sabresd_devices_init(void) > > { > > - if (!of_machine_is_compatible("fsl,imx6q-sabresd")) > > + if (!of_machine_is_compatible("fsl,imx6q-sabresd") && > > + !of_machine_is_compatible("fsl,imx6q-sabresd")) > > That's the same compatible string twice. Yeah, just realized that as well when I tried to close the editor window and was asked to save or discard the changes :). Fixed. Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox