diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-05 14:31:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-05 14:31:48 +0200 |
commit | bbf2abc0f5a5be0b8081ae8587fa90b376160444 (patch) | |
tree | 3bbade787e2f3b791118990bb716cb962b386566 /include/lcd.h | |
parent | dd09985499ac95484974eb0f832fe47b33369952 (diff) | |
parent | cdfcedbf250ba2ec01b2555cffde83e9947e9fbf (diff) |
Merge branch 'next' of git://git.denx.de/u-boot-video
Diffstat (limited to 'include/lcd.h')
-rw-r--r-- | include/lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h index cd9d49d3ae4..0e098d925ec 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -167,6 +167,7 @@ typedef struct vidinfo { u_long vl_sync; /* Horizontal / vertical sync */ u_long vl_bpix; /* Bits per pixel, 0 = 1, 1 = 2, 2 = 4, 3 = 8, 4 = 16 */ u_long vl_tft; /* 0 = passive, 1 = TFT */ + u_long vl_cont_pol_low; /* contrast polarity is low */ /* Horizontal control register. */ u_long vl_hsync_len; /* Length of horizontal sync */ |