aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-s3c2410/regs-lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-s3c2410/regs-lcd.h')
-rw-r--r--include/asm-arm/arch-s3c2410/regs-lcd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/regs-lcd.h b/include/asm-arm/arch-s3c2410/regs-lcd.h
index b306d6e3135d..d8f1adfd17f0 100644
--- a/include/asm-arm/arch-s3c2410/regs-lcd.h
+++ b/include/asm-arm/arch-s3c2410/regs-lcd.h
@@ -113,6 +113,13 @@
113#define S3C2410_LCDINT_FRSYNC (1<<1) 113#define S3C2410_LCDINT_FRSYNC (1<<1)
114#define S3C2410_LCDINT_FICNT (1<<0) 114#define S3C2410_LCDINT_FICNT (1<<0)
115 115
116/* s3c2442 extra stn registers */
117
118#define S3C2442_REDLUT S3C2410_LCDREG(0x20)
119#define S3C2442_GREENLUT S3C2410_LCDREG(0x24)
120#define S3C2442_BLUELUT S3C2410_LCDREG(0x28)
121#define S3C2442_DITHMODE S3C2410_LCDREG(0x20)
122
116#define S3C2410_LPCSEL S3C2410_LCDREG(0x60) 123#define S3C2410_LPCSEL S3C2410_LCDREG(0x60)
117 124
118#define S3C2410_TFTPAL(x) S3C2410_LCDREG((0x400 + (x)*4)) 125#define S3C2410_TFTPAL(x) S3C2410_LCDREG((0x400 + (x)*4))