diff options
| author | Alexander Stein <alexander.stein@systec-electronic.com> | 2010-07-20 08:55:40 +0200 | 
|---|---|---|
| committer | Anatolij Gustschin <agust@denx.de> | 2010-09-25 15:22:51 +0200 | 
| commit | cdfcedbf250ba2ec01b2555cffde83e9947e9fbf (patch) | |
| tree | 8c4d372bcb71a1f801d23a479c803f67f0d214f5 /include/lcd.h | |
| parent | 55b05237b972e5bed8b9d29804bbfcbc9c5d4a55 (diff) | |
| download | olio-uboot-2014.01-cdfcedbf250ba2ec01b2555cffde83e9947e9fbf.tar.xz olio-uboot-2014.01-cdfcedbf250ba2ec01b2555cffde83e9947e9fbf.zip | |
atmel_lcd: Allow contrast polarity to be either positive or negative
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
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 cd9d49d3a..0e098d925 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 */ |