From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Ray Date: Thu, 31 Jan 2019 16:21:10 +0200 Subject: [U-Boot] [PATCH 00/13] board: ge: initial dm support Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This series is primarily (patches 01-07) about converting ge_bx50v3 and mx53ppd boards to use the Driver Model and Device Tree. Four additional patches (08-13) include recent additional functionality and fixes. Patches applicable on top of master: * SHA1: 535d74a8ae8d194269cefdf59ae17a92cd6e75dc * However, note that patch _13_ requires: - https://patchwork.ozlabs.org/patch/947075/ - https://patchwork.ozlabs.org/patch/947076/ - https://patchwork.ozlabs.org/patch/947074/ Ian Ray (11): board: ge: bx50v3: Enable CONFIG_DM board: ge: bx50v3: Enable CONFIG_DM_MMC board: ge: bx50v3: Enable CONFIG_DM_GPIO board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH board: ge: ppd: Enable CONFIG_DM arm: imx: Add esdhc3/4 nodes to imx53.dtsi board: ge: ppd: Enable CONFIG_DM_MMC board: ge: store version information in fdt mx53ppd: bring dock out of reset at boot mx53ppd: fix unsupported set command bootcount: i2c: Delay after writing Joonas Aijala (2): board: ge: bx50v3: Specific ARP timeout removed board: ge: bx50v3: Network booting of fitImage with nfs rootfs arch/arm/dts/Makefile | 3 + arch/arm/dts/imx53-ppd.dts | 43 ++++++++++ arch/arm/dts/imx53.dtsi | 26 +++++++ arch/arm/dts/imx6q-bx50v3.dts | 89 +++++++++++++++++++++ board/ge/bx50v3/bx50v3.c | 160 +++++--------------------------------- board/ge/mx53ppd/mx53ppd.c | 84 +++----------------- board/ge/mx53ppd/ppd_gpio.h | 4 + configs/ge_bx50v3_defconfig | 12 +++ configs/mx53ppd_defconfig | 9 +++ drivers/bootcount/bootcount_i2c.c | 4 + include/configs/ge_bx50v3.h | 36 +++++++-- include/configs/mx53ppd.h | 12 +-- 12 files changed, 255 insertions(+), 227 deletions(-) create mode 100644 arch/arm/dts/imx53-ppd.dts create mode 100644 arch/arm/dts/imx6q-bx50v3.dts -- 2.10.1