projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e96ade
)
[ARM] pxa/spitz: use new .lcd_conn to specify the LCD info
author
Eric Miao
<eric.miao@marvell.com>
Wed, 3 Sep 2008 02:00:38 +0000
(10:00 +0800)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 23 Sep 2008 21:04:37 +0000
(22:04 +0100)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/spitz.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/spitz.c
b/arch/arm/mach-pxa/spitz.c
index 1a53c2c92af3ad405af87467227e355ff9210b4e..075fd8dda92e49e41099f19c075fa4722110cdcf 100644
(file)
--- a/
arch/arm/mach-pxa/spitz.c
+++ b/
arch/arm/mach-pxa/spitz.c
@@
-572,8
+572,7
@@
static struct pxafb_mach_info spitz_pxafb_info = {
.modes = &spitz_pxafb_modes[0],
.num_modes = 2,
.fixed_modes = 1,
- .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act | LCCR0_LDDALT | LCCR0_OUC | LCCR0_CMDIM | LCCR0_RDSTM,
- .lccr3 = LCCR3_PixRsEdg | LCCR3_OutEnH,
+ .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_ALTERNATE_MAPPING,
.pxafb_lcd_power = spitz_lcd_power,
};