
This searies syncs the device trees from Linux, fixes a couple of issues and starts enabling DM features for GE boards.
Denis Zalevskiy (2): configs: ppd: DM for USB and regulators PPD board: ge: bx50v3: Enable DM for PCI and ethernet
Ian Ray (4): configs: bx50v3: Fix boot hang with video board: ge: bx50v3: Fix run-time warning board: ge: bx50v3: Fix message output to video console board: ge: pass rtc_status via device tree
Robert Beckett (4): board: ge: bx50v3: sync devicetrees from Linux board: ge: ppd: sync device tree from Linux board: ge: bx50v3: use imx wdt board: ge: mx53ppd: use imx wdt
arch/arm/dts/Makefile | 7 +- arch/arm/dts/imx53-ppd-uboot.dtsi | 12 + arch/arm/dts/imx53-ppd.dts | 1081 +++++++++++++++++++++++++- arch/arm/dts/imx6q-b450v3.dts | 160 ++++ arch/arm/dts/imx6q-b650v3.dts | 159 ++++ arch/arm/dts/imx6q-b850v3.dts | 302 +++++++ arch/arm/dts/imx6q-ba16.dtsi | 640 +++++++++++++++ arch/arm/dts/imx6q-bx50v3-uboot.dtsi | 12 + arch/arm/dts/imx6q-bx50v3.dts | 78 +- arch/arm/dts/imx6q-bx50v3.dtsi | 381 +++++++++ board/ge/bx50v3/bx50v3.c | 160 ++-- board/ge/common/ge_common.c | 20 +- board/ge/mx53ppd/mx53ppd.c | 8 +- configs/ge_bx50v3_defconfig | 18 + configs/mx53ppd_defconfig | 5 + include/configs/ge_bx50v3.h | 23 +- include/configs/mx53ppd.h | 2 +- 17 files changed, 2865 insertions(+), 203 deletions(-) create mode 100644 arch/arm/dts/imx53-ppd-uboot.dtsi create mode 100644 arch/arm/dts/imx6q-b450v3.dts create mode 100644 arch/arm/dts/imx6q-b650v3.dts create mode 100644 arch/arm/dts/imx6q-b850v3.dts create mode 100644 arch/arm/dts/imx6q-ba16.dtsi create mode 100644 arch/arm/dts/imx6q-bx50v3-uboot.dtsi create mode 100644 arch/arm/dts/imx6q-bx50v3.dtsi