Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | meson: odroid-c2: enable Ethernet support through the device tree | Beniamino Galvani | |
Remove the device definition from board file, update the driver with the new compatible property and update config with necessary options. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2016-05-27 | arm: add initial support for Amlogic Meson and ODROID-C2 | Beniamino Galvani | |
This adds platform code for the Amlogic Meson GXBaby (S905) SoC and a board definition for ODROID-C2. This initial submission only supports UART and Ethernet (through the existing Designware driver). DTS files are the ones submitted to Linux arm-soc for 4.7 [1]. [1] https://patchwork.ozlabs.org/patch/603583/ Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |