diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:05 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:55 +0100 |
commit | 79db1b4665d9a1a52c7a4b63f8bcbc6f22c03b3c (patch) | |
tree | 74d8217e125ab46dbea2075307381180f52aa9d2 /include/configs/aristainetos2.h | |
parent | a7e2dc9cf69538e0c75e7ab4d54d00b2edce64eb (diff) |
video: lg4573: convert to DM
convert this driver to support DM.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/aristainetos2.h')
-rw-r--r-- | include/configs/aristainetos2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h index 361e6ac654..d8858559d8 100644 --- a/include/configs/aristainetos2.h +++ b/include/configs/aristainetos2.h @@ -42,8 +42,6 @@ /* Framebuffer */ #define CONFIG_SYS_LDB_CLOCK 33246000 #define CONFIG_LG4573 -#define CONFIG_LG4573_BUS 0 -#define CONFIG_LG4573_CS 0 #include "aristainetos-common.h" |