diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-01-03 22:25:10 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:46 -0500 |
commit | 07bae6c3215e060d5e3742b6f2932de0787f0782 (patch) | |
tree | 14da3baae784f58f6116acd16361ff15dc499b8b /arch/arm/mach-pxa/idp.c | |
parent | 669cb51c6abf77e10cbeb6f483c96abc492206ac (diff) |
[ARM] pxa: simplify the LCD pin configuration for pxa25x platforms
There are only limited possible LCD pin configurations for pxa25x
platforms, simplify this by macro.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/idp.c')
-rw-r--r-- | arch/arm/mach-pxa/idp.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c index 5c9e11d74f49..bc78c4dc0c66 100644 --- a/arch/arm/mach-pxa/idp.c +++ b/arch/arm/mach-pxa/idp.c | |||
@@ -47,25 +47,7 @@ | |||
47 | 47 | ||
48 | static unsigned long idp_pin_config[] __initdata = { | 48 | static unsigned long idp_pin_config[] __initdata = { |
49 | /* LCD */ | 49 | /* LCD */ |
50 | GPIO58_LCD_LDD_0, | 50 | GPIOxx_LCD_DSTN_16BPP, |
51 | GPIO59_LCD_LDD_1, | ||
52 | GPIO60_LCD_LDD_2, | ||
53 | GPIO61_LCD_LDD_3, | ||
54 | GPIO62_LCD_LDD_4, | ||
55 | GPIO63_LCD_LDD_5, | ||
56 | GPIO64_LCD_LDD_6, | ||
57 | GPIO65_LCD_LDD_7, | ||
58 | GPIO66_LCD_LDD_8, | ||
59 | GPIO67_LCD_LDD_9, | ||
60 | GPIO68_LCD_LDD_10, | ||
61 | GPIO69_LCD_LDD_11, | ||
62 | GPIO70_LCD_LDD_12, | ||
63 | GPIO71_LCD_LDD_13, | ||
64 | GPIO72_LCD_LDD_14, | ||
65 | GPIO73_LCD_LDD_15, | ||
66 | GPIO74_LCD_FCLK, | ||
67 | GPIO75_LCD_LCLK, | ||
68 | GPIO76_LCD_PCLK, | ||
69 | 51 | ||
70 | /* BTUART */ | 52 | /* BTUART */ |
71 | GPIO42_BTUART_RXD, | 53 | GPIO42_BTUART_RXD, |