From c4e498d9a34794e96aa358b2f20bac3e00ac618d Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 24 Aug 2015 11:36:39 +0200 Subject: video, lg4573: make spi bus and cs configurable make the spi bus and the spi chipselect configurable for the lg4573 driver. Use it on the aristainetos boards. Signed-off-by: Heiko Schocher Acked-by: Anatolij Gustschin --- include/configs/aristainetos2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/aristainetos2.h') diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h index faeafe2..dd090c5 100644 --- a/include/configs/aristainetos2.h +++ b/include/configs/aristainetos2.h @@ -45,6 +45,8 @@ /* Framebuffer */ #define CONFIG_SYS_LDB_CLOCK 33246000 #define CONFIG_LG4573 +#define CONFIG_LG4573_BUS 0 +#define CONFIG_LG4573_CS 0 #define CONFIG_CMD_BMP -- cgit v1.1