[U-Boot] [PATCH 0/8] Convert i.MX7 WaRP7 ports to DM
Bryan O'Donoghue
bryan.odonoghue at linaro.org
Thu Jan 3 01:44:36 UTC 2019
This series does a minimal conversion of WaRP7 and the BL33 version of
WaRP7 to the DM.
Pinctrl, GPIO, I2C, Regulators, PMIC and MMC are converted. Later patches
will convert USB and UART.
Bryan O'Donoghue (8):
arm: dts: imx7s-warp: Import Linux warp7 dts
arm: imx7s-warp: Add DT file hooks
arm: imx7s-warp: Convert to DM MMC initialization
arm: dts: imx7s-warp: Create alias for mmc0 to &usdhc3
warp7: defconfig: Switch on IMX7 pinctrl for both ports
warp7: defconfig: Switch on DM GPIO for both warp7 ports
warp7: defconfig: Switch to DM for I2C
arm: imx7s-warp: Convert to DM PMIC
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/imx7s-warp.dts | 416 +++++++++++++++++++++++++++++++++++
board/warp7/warp7.c | 85 +------
configs/warp7_bl33_defconfig | 14 +-
configs/warp7_defconfig | 14 +-
include/configs/warp7.h | 8 -
6 files changed, 455 insertions(+), 85 deletions(-)
create mode 100644 arch/arm/dts/imx7s-warp.dts
--
2.20.0
More information about the U-Boot
mailing list