Re: [U-Boot] [PATCH] ARM: legoev3: convert to driver model

2019-07-14 Thread Tom Rini
On Tue, May 28, 2019 at 08:56:42PM -0500, David Lechner wrote: > 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

[U-Boot] [PATCH] ARM: legoev3: convert to driver model

2019-05-28 Thread David Lechner
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 --- arch/arm/dts/Makefile |