summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEvoke Zhang <evoke.zhang@amlogic.com>2019-01-15 16:54:34 +0800
committerDongjin Kim <tobetter@gmail.com>2019-05-16 13:16:06 +0900
commit031144681520626114528a61e8be591a3ae693ee (patch)
tree7e50823e25da585efbcbbc8967aa50313a22ef38 /drivers
parentc462dfd3374fdffc3f1b0502faa571a5daa84a9f (diff)
downloadu-boot-odroid-c1-031144681520626114528a61e8be591a3ae693ee.tar.gz
tvconfig: add tcon bin data management [1/1]
PD#SWPL-3986 Problem: need dynamicly switch tcon bin data support Solution: add tcon bin data path management in tvconfig Verify: x301 Change-Id: I52cdf28dc5d1b21656e02afeea430c7e439c5205 Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/display/lcd/aml_lcd_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/display/lcd/aml_lcd_common.h b/drivers/display/lcd/aml_lcd_common.h
index 9252bc91d4..e60334d26c 100644
--- a/drivers/display/lcd/aml_lcd_common.h
+++ b/drivers/display/lcd/aml_lcd_common.h
@@ -26,7 +26,8 @@
/* 20181225: update phy config */
/* 20190108: tl1 support tablet mode */
/* 20190115: tl1 tcon all interface support */
-#define LCD_DRV_VERSION "20190115"
+/* 20190118: support tcon bin data management */
+#define LCD_DRV_VERSION "20190118"
#define VPP_OUT_SATURATE (1 << 0)