ARM: legoev3: convert to driver model
authorDavid Lechner <david@lechnology.com>
Wed, 29 May 2019 01:56:42 +0000 (20:56 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 13 Jul 2019 15:11:28 +0000 (11:11 -0400)
commit1d259e4d6862872b7a9c1d240eaa4b4cec95aadf
treebd8d77e0d80b91eade554ac4cdee46c262a80f04
parentfb9a1ffef38e49597939f01b89ed521fdb5de99b
ARM: legoev3: convert to driver model

This converts LEGO MINDSTORMS EV3 to the driver model. MMC, SERIAL, SPI
and SPI_FLASH are converted.

The device tree contains only the minimal nodes required by U-Boot
since the size of U-Boot is limited to 256K on this device.

Signed-off-by: David Lechner <david@lechnology.com>
arch/arm/dts/Makefile
arch/arm/dts/da850-lego-ev3.dts [new file with mode: 0644]
board/lego/ev3/README
board/lego/ev3/legoev3.c
configs/legoev3_defconfig
include/configs/legoev3.h