commit | 1d259e4d6862872b7a9c1d240eaa4b4cec95aadf | [log] [tgz] |
---|---|---|
author | David Lechner <david@lechnology.com> | Tue May 28 20:56:42 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 13 11:11:28 2019 -0400 |
tree | bd8d77e0d80b91eade554ac4cdee46c262a80f04 | |
parent | fb9a1ffef38e49597939f01b89ed521fdb5de99b [diff] |
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>