diff options
| author | Vasily Khoruzhick <[email protected]> | 2017-10-26 21:51:52 -0700 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2017-10-27 09:44:48 +0200 |
| commit | 1d7eef3f3fbd82796a4ced3adda0a9041393141d (patch) | |
| tree | 74a4b10680ee25fc8851778707eaac76758ced6f /arch | |
| parent | 79f285ddebea204eedefb4cb4bfe4a2710138fa3 (diff) | |
sunxi: video: add LCD support to DE2 driver
Extend DE2 driver with LCD support. Tested on Pinebook which is based
on A64 and has ANX6345 eDP bridge with eDP panel connected to it.
Signed-off-by: Vasily Khoruzhick <[email protected]>
[agust: rebased v5 on u-boot-video/master]
Signed-off-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index bb57d4ff812..09cfec6f573 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -682,7 +682,7 @@ config VIDEO_LCD_MODE config VIDEO_LCD_DCLK_PHASE int "LCD panel display clock phase" - depends on VIDEO_SUNXI + depends on VIDEO_SUNXI || DM_VIDEO default 1 ---help--- Select LCD panel display clock phase shift, range 0-3. |
