
This patchserie updates the aristainetos board: - some small fixes for the aristainetos and aristainetos2 board - there is a new hardware version for the aristaineos2 board, called 2b, add it - as the display driver is on the 2b version on another spi chipselect, make this configurable in the display driver.
Heiko Schocher (3): arm, imx6: aristainetos board updates arm, imx6: add aristainetos 2b board version video, lg4573: make spi bus and cs configurable
arch/arm/Kconfig | 4 +++ board/aristainetos/Kconfig | 13 ++++++++ board/aristainetos/aristainetos-v2.c | 57 ++++++++++++++++++++++++++++---- board/aristainetos/aristainetos.c | 19 +++++------ drivers/video/lg4573.c | 3 +- include/configs/aristainetos-common.h | 4 --- include/configs/aristainetos.h | 6 +++- include/configs/aristainetos2.h | 8 ++++- include/configs/aristainetos2b.h | 62 +++++++++++++++++++++++++++++++++++ 9 files changed, 151 insertions(+), 25 deletions(-) create mode 100644 include/configs/aristainetos2b.h