
This series adds support for the Gateworks imx8mp-venice-gw74xx board
This is on top of my pending series that Adds a common Gateworks System Controller (GSC) driver [1]
Best Regards,
Tim [1] https://patchwork.ozlabs.org/project/uboot/list/?series=289400
Tim Harvey (2): board: gateworks: venice: add additional levels for dtb name match board: gateworks: venice: add imx8mp-venice-gw740x support
arch/arm/dts/Makefile | 2 + arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi | 185 ++ arch/arm/dts/imx8mp-venice-gw74xx.dts | 923 +++++++++ arch/arm/dts/imx8mp-venice-u-boot.dtsi | 74 + arch/arm/dts/imx8mp-venice.dts | 159 ++ arch/arm/mach-imx/imx8m/Kconfig | 9 + board/gateworks/venice/Kconfig | 15 + board/gateworks/venice/Makefile | 3 + board/gateworks/venice/eeprom.c | 12 +- .../gateworks/venice/imximage-8mp-lpddr4.cfg | 9 + board/gateworks/venice/lpddr4_timing.h | 2 + board/gateworks/venice/lpddr4_timing_imx8mp.c | 1846 +++++++++++++++++ board/gateworks/venice/spl.c | 77 +- board/gateworks/venice/venice.c | 25 +- configs/imx8mp_venice_defconfig | 142 ++ include/configs/imx8mp_venice.h | 110 + 16 files changed, 3582 insertions(+), 11 deletions(-) create mode 100644 arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi create mode 100644 arch/arm/dts/imx8mp-venice-gw74xx.dts create mode 100644 arch/arm/dts/imx8mp-venice-u-boot.dtsi create mode 100644 arch/arm/dts/imx8mp-venice.dts create mode 100644 board/gateworks/venice/imximage-8mp-lpddr4.cfg create mode 100644 board/gateworks/venice/lpddr4_timing_imx8mp.c create mode 100644 configs/imx8mp_venice_defconfig create mode 100644 include/configs/imx8mp_venice.h