Commit 91f839d2d30e489c2d6bf0deafb65b01d416b715

Authored by Maxime Ripard
Committed by Jaehoon Chung
1 parent 53c37f625d

sunxi: sina33: Enable the LCD

The SinA33 comes with an optional 7" display. Enable it in the
configuration.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

configs/Sinlinx_SinA33_defconfig
... ... @@ -6,6 +6,10 @@
6 6 CONFIG_MMC0_CD_PIN="PB4"
7 7 CONFIG_MMC_SUNXI_SLOT_EXTRA=2
8 8 CONFIG_USB0_ID_DET="PH8"
  9 +CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:18,pclk_khz:66000,le:90,ri:160,up:3,lo:127,hs:70,vs:20,sync:3,vmode:0"
  10 +CONFIG_VIDEO_LCD_DCLK_PHASE=0
  11 +CONFIG_VIDEO_LCD_BL_EN="PH6"
  12 +CONFIG_VIDEO_LCD_BL_PWM="PH0"
9 13 CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-sinlinx-sina33"
10 14 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
11 15 CONFIG_SPL=y