
From: Stefan Agner stefan.agner@toradex.com
This patchset fixes some small issues with Colibri iMX7 and converts the board to use DM_MMC. It also adds the so far missing configuration for the eMMC variant.
This patchset gets rid of all but one deprecation warning. The remaining warning is due to CONFIG_USB still being used. Fixing this is not entirly trivial due to missing GPIO host/ peripheral switch capabilities and will be tackled later.
-- Stefan
Stefan Agner (9): colibri_imx7: fix boot commands arm: dts: imx7: colibri: split dt for raw NAND and eMMC devices configs: colibri_imx7: enable DM for raw NAND devices configs: colibri_imx7: use separate device tree arm: dts: imx7: colibri: add usdhci peripherals to device tree configs: colibri_imx7: use DM_MMC colibri_imx7: drop legacy usdhc support configs: colibri_imx7: enable CAAM driver configs: add default configuraiton for Colibri iMX7 with eMMC
arch/arm/dts/imx7-colibri-emmc.dts | 85 ++++++++++++++++ arch/arm/dts/imx7-colibri-rawnand.dts | 50 ++++++++++ .../{imx7-colibri.dts => imx7-colibri.dtsi} | 67 ++++++------- board/toradex/colibri_imx7/MAINTAINERS | 3 + board/toradex/colibri_imx7/colibri_imx7.c | 97 ------------------- configs/colibri_imx7_defconfig | 12 ++- configs/colibri_imx7_emmc_defconfig | 65 +++++++++++++ include/configs/colibri_imx7.h | 5 +- 8 files changed, 244 insertions(+), 140 deletions(-) create mode 100644 arch/arm/dts/imx7-colibri-emmc.dts create mode 100644 arch/arm/dts/imx7-colibri-rawnand.dts rename arch/arm/dts/{imx7-colibri.dts => imx7-colibri.dtsi} (68%) create mode 100644 configs/colibri_imx7_emmc_defconfig