summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c')
-rw-r--r--u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c b/u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c
index 68337c4..fdc95f5 100644
--- a/u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c
+++ b/u-boot/board/goldelico/gta04b2/COM37H3M05DTC.c
@@ -31,6 +31,7 @@
#include <twl4030.h>
#include "../gta04/dssfb.h"
#include "../gta04/panel.h"
+#include "../gta04/backlight.h"
#include "COM37H3M05DTC.h"
#ifndef CONFIG_GOLDELICO_EXPANDER_B2
@@ -75,6 +76,9 @@
#define HBL (HS+HBP+HFP) // horizontal blanking period
#define HP (HDISP+HBL) // horizontal cycle
+int displayColumns=HDISP;
+int displayLines=VDISP;
+
static /*const*/ struct panel_config lcm_cfg =
{
.timing_h = ((HBP-1)<<20) | ((HFP-1)<<8) | ((HS-1)<<0), /* Horizantal timing */