diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-02-16 17:49:47 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-02-20 08:11:57 +0100 |
commit | aad2ac24c0871bb897be676aca946f37dd05f187 (patch) | |
tree | c792928e16e8c69decbc36d62d36bdbb5577d4d2 /board/sunxi | |
parent | 55410089cb979d7a86ee817c0309c4c2348a90df (diff) | |
download | u-boot-imx-aad2ac24c0871bb897be676aca946f37dd05f187.zip u-boot-imx-aad2ac24c0871bb897be676aca946f37dd05f187.tar.gz u-boot-imx-aad2ac24c0871bb897be676aca946f37dd05f187.tar.bz2 |
sunxi: video: Add support for tl059wv5c0 lcd panels
Add support for the 6" 480x800 tl059wv5c0 panel used on e.g. Utoo P66 and
Aigo M60/M608/M606 tablets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index bbb4d1b..f5471a1 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -406,6 +406,14 @@ config VIDEO_LCD_PANEL_HITACHI_TX18D42VM ---help--- 7.85" 1024x768 Hitachi tx18d42vm LCD panel support +config VIDEO_LCD_TL059WV5C0 + bool "tl059wv5c0 LCD panel" + select VIDEO_LCD_PANEL_I2C + select VIDEO_LCD_IF_PARALLEL + ---help--- + 6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and + Aigo M60/M608/M606 tablets. + endchoice |