This patch series updates the existing pcm058 board support to use device
trees with driver model. The first two patches in the series pulls in the
unmodified Linux dt-binding and dts files. The third patch changes the
maintainer. The last patch contains the required changes.

Niel Fourie (4):
  dts-bindings: regulator: Add dlg,da9063-regulator
  arm: dts: imx6q: Add Linux dts files for Phytec Mira
  arm: imx6q: pcm058: change MAINTAINER
  arm: imx6q: pcm058: Convert pcm058 to use DM with DTs

 arch/arm/dts/Makefile                         |   1 +
 .../imx6q-phytec-mira-rdk-nand-u-boot.dtsi    |  42 ++
 arch/arm/dts/imx6q-phytec-mira-rdk-nand.dts   |  72 ++++
 arch/arm/dts/imx6qdl-phytec-mira.dtsi         | 390 ++++++++++++++++++
 arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi  | 287 +++++++++++++
 arch/arm/mach-imx/mx6/Kconfig                 |   4 +
 board/phytec/pcm058/MAINTAINERS               |   3 +-
 board/phytec/pcm058/README                    |  51 +++
 board/phytec/pcm058/pcm058.c                  | 324 +--------------
 configs/pcm058_defconfig                      |  42 +-
 include/configs/pcm058.h                      |  69 ++--
 .../regulator/dlg,da9063-regulator.h          |  16 +
 12 files changed, 945 insertions(+), 356 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-phytec-mira-rdk-nand-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx6q-phytec-mira-rdk-nand.dts
 create mode 100644 arch/arm/dts/imx6qdl-phytec-mira.dtsi
 create mode 100644 arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
 create mode 100644 include/dt-bindings/regulator/dlg,da9063-regulator.h

-- 
2.26.2

Reply via email to