mbox series

[U-Boot,0/3] ARM: liteboard: move towards driver model and device-tree boot

Message ID 20181121192944.10563-1-m.niestroj@grinn-global.com
Headers show
Series ARM: liteboard: move towards driver model and device-tree boot | expand

Message

Marcin Niestroj Nov. 21, 2018, 7:29 p.m. UTC
Hi,

This patch moves board support code to use driver model where
possible and device-tree bot. As part of that we import DTS files from
Linux v4.19.

One minor patch here is to use random ethaddr in order to make network
usable on that board by default.

Marcin Niestroj (3):
  ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard
  ARM: liteboard: move towards driver model and device-tree boot
  ARM: liteboard: use random ethaddr

 arch/arm/dts/Makefile             |   3 +-
 arch/arm/dts/imx6ul-liteboard.dts | 151 ++++++++++++++++++++++++++++++
 arch/arm/dts/imx6ul-litesom.dtsi  |  82 ++++++++++++++++
 board/grinn/liteboard/board.c     |  36 -------
 configs/liteboard_defconfig       |  12 ++-
 5 files changed, 246 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm/dts/imx6ul-liteboard.dts
 create mode 100644 arch/arm/dts/imx6ul-litesom.dtsi