[U-Boot] [PATCH 0/5] arm: i.MX6: SabreSD: Add initial dts support

Jagan Teki jagan at openedev.com
Thu Mar 30 09:58:56 UTC 2017


From: Jagan Teki <jagan at amarulasolutions.com>

This series add initial devicetree support for i.MX6 Quad and Quad Plus
SabreSD boards. Since fdt require some more time to stable, this series
add new defconfigs for quad and quadplus boards by make other deconfigs
unchange.

Once more fdt nodes and proper testing is done, the legacy defconfigs
along with other imximage files will remove.

thanks!
Jagan.

Jagan Teki (5):
  arm: dts: i.MX6: Add imx6qdl-sabresd.dtsi
  arm: dts: imx6qdl-sabresd: Add imx6q-sabresd.dts
  arm: imx6q: sabresd: Add initial devicetree support
  arm: dts: imx6qdl-sabresd: Add imx6qp-sabresd.dts
  arm: imx6qp: sabresd: Add initial devicetree support

 arch/arm/dts/Makefile                   |   2 +
 arch/arm/dts/imx6q-sabresd.dts          |  21 ++++++
 arch/arm/dts/imx6qdl-sabresd.dtsi       | 113 +++++++++++++++++++++++++++++
 arch/arm/dts/imx6qp-sabresd.dts         |  85 ++++++++++++++++++++++
 board/freescale/mx6sabresd/MAINTAINERS  |   2 +
 board/freescale/mx6sabresd/mx6sabresd.c | 122 +++++++++++++++++++++-----------
 configs/imx6q_sabresd_defconfig         |  59 +++++++++++++++
 configs/imx6qp_sabresd_defconfig        |  60 ++++++++++++++++
 include/configs/mx6sabresd.h            |   4 ++
 9 files changed, 428 insertions(+), 40 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-sabresd.dts
 create mode 100644 arch/arm/dts/imx6qdl-sabresd.dtsi
 create mode 100644 arch/arm/dts/imx6qp-sabresd.dts
 create mode 100644 configs/imx6q_sabresd_defconfig
 create mode 100644 configs/imx6qp_sabresd_defconfig

-- 
1.9.1



More information about the U-Boot mailing list