aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/balloon3.c
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-01-03 22:37:14 -0500
committerEric Miao <eric.y.miao@gmail.com>2010-03-01 18:40:47 -0500
commitbedbda97175bcc540512f67ce02364100fba5f28 (patch)
tree88d3d3fa23db63fd23437c7ae897db59cb09d036 /arch/arm/mach-pxa/balloon3.c
parent07bae6c3215e060d5e3742b6f2932de0787f0782 (diff)
[ARM] pxa: simplify the LCD pin configuration for pxa27x platforms
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/balloon3.c')
-rw-r--r--arch/arm/mach-pxa/balloon3.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/arch/arm/mach-pxa/balloon3.c b/arch/arm/mach-pxa/balloon3.c
index b8cd07ca9380..6f813aa4c79c 100644
--- a/arch/arm/mach-pxa/balloon3.c
+++ b/arch/arm/mach-pxa/balloon3.c
@@ -140,26 +140,7 @@ static void balloon3_backlight_power(int on)
140 140
141static unsigned long balloon3_lcd_pin_config[] = { 141static unsigned long balloon3_lcd_pin_config[] = {
142 /* LCD - 16bpp Active TFT */ 142 /* LCD - 16bpp Active TFT */
143 GPIO58_LCD_LDD_0, 143 GPIOxx_LCD_TFT_16BPP,
144 GPIO59_LCD_LDD_1,
145 GPIO60_LCD_LDD_2,
146 GPIO61_LCD_LDD_3,
147 GPIO62_LCD_LDD_4,
148 GPIO63_LCD_LDD_5,
149 GPIO64_LCD_LDD_6,
150 GPIO65_LCD_LDD_7,
151 GPIO66_LCD_LDD_8,
152 GPIO67_LCD_LDD_9,
153 GPIO68_LCD_LDD_10,
154 GPIO69_LCD_LDD_11,
155 GPIO70_LCD_LDD_12,
156 GPIO71_LCD_LDD_13,
157 GPIO72_LCD_LDD_14,
158 GPIO73_LCD_LDD_15,
159 GPIO74_LCD_FCLK,
160 GPIO75_LCD_LCLK,
161 GPIO76_LCD_PCLK,
162 GPIO77_LCD_BIAS,
163 144
164 GPIO99_GPIO, /* Backlight */ 145 GPIO99_GPIO, /* Backlight */
165}; 146};