mpc83xx, keymile boards: enable DM_ETH and add DTS
authorHeiko Schocher <hs@denx.de>
Mon, 3 Feb 2020 06:43:57 +0000 (07:43 +0100)
committerHeiko Schocher <hs@denx.de>
Thu, 17 Sep 2020 04:09:54 +0000 (06:09 +0200)
commit7bdfe8592956439743cad3c2d3ff5f24c4dd5aa9
tree084cae5562c2e1dc946fd85de9fc85d9c903c20f
parent6e31c62a175ca24f74b89a684c82cbb4bf423f16
mpc83xx, keymile boards: enable DM_ETH and add DTS

enable DTS support for keymile mpc83xx based boards.

get rid of compile warning:
===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================

Therefore done:
- add DTS for all mpc83xx based boards from keymile
  mainly they are not mainlined to linux.
- add u-boot specific dtsi
- add stdout-path
- add missing ucc4 par_io definitions, which were
  in board code, but not in linux DTS
- remove not used ethernet nodes

Signed-off-by: Heiko Schocher <hs@denx.de>
Patch-cc: Mario Six <mario.six@gdsys.cc>
Patch-cc: Qiang Zhao <qiang.zhao@nxp.com>

Series-to: u-boot

Series-version: 3

Series-changes: 3
- rebase patchset to current mainline commit
  c0192950df
- update defconfig files

Series-changes: 2
- add patch which fixes Codingstyle errors in drivers/qe
- add patch which converts the mpc83xx based boards from
  keymile to DM_ETH

Cover-letter:
powerpc, mpc83xx: add DM_ETH support

This patch series adds DM ethernet support for mpc83xx based
keymile boards.

Travis build:

END
32 files changed:
arch/powerpc/cpu/mpc83xx/Kconfig
arch/powerpc/dts/Makefile
arch/powerpc/dts/km8309-uboot.dtsi [new file with mode: 0644]
arch/powerpc/dts/km8321-uboot.dtsi [new file with mode: 0644]
arch/powerpc/dts/km8321.dtsi [new file with mode: 0644]
arch/powerpc/dts/km836x-uboot.dtsi [new file with mode: 0644]
arch/powerpc/dts/km836x.dtsi [new file with mode: 0644]
arch/powerpc/dts/kmcoge5ne-uboot.dtsi [new file with mode: 0644]
arch/powerpc/dts/kmcoge5ne.dts [new file with mode: 0644]
arch/powerpc/dts/kmeter1-uboot.dtsi [new file with mode: 0644]
arch/powerpc/dts/kmeter1.dts [new file with mode: 0644]
arch/powerpc/dts/kmopti2.dts [new file with mode: 0644]
arch/powerpc/dts/kmsupc5.dts [new file with mode: 0644]
arch/powerpc/dts/kmsupm5.dts [new file with mode: 0644]
arch/powerpc/dts/kmtegr1.dts [new file with mode: 0644]
arch/powerpc/dts/kmtepr2.dts [new file with mode: 0644]
arch/powerpc/dts/kmtuge1.dts [new file with mode: 0644]
arch/powerpc/dts/kmtuxa1.dts [new file with mode: 0644]
board/keymile/km83xx/Kconfig
board/keymile/km83xx/MAINTAINERS
board/keymile/km83xx/km83xx.c
configs/kmcoge5ne_defconfig
configs/kmeter1_defconfig
configs/kmopti2_defconfig
configs/kmsupx5_defconfig
configs/kmtegr1_defconfig
configs/kmtepr2_defconfig
configs/tuge1_defconfig
configs/tuxx1_defconfig
include/configs/km/km-mpc832x.h
include/configs/km/km-mpc8360.h
include/configs/km/km-mpc83xx.h