diff options
author | Robby Cai <R63905@freescale.com> | 2010-03-08 20:53:40 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:17:19 +0200 |
commit | 6b353f5d2891f9d5e7c2e9e3d87f4adf5fe45807 (patch) | |
tree | 650ffb8a5a69865003943e63dfd5237d403d03a6 /arch/arm/mach-mx23/mx23evk_pins.c | |
parent | 96cd175aeacfb56fdcba3be792b4c78a2d50511a (diff) |
ENGR00121272-3 [MX23] porting lcdif and framebuffer driver to new MSL
Add MSL-reated code
Signed-off-by: Robby Cai <R63905@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx23/mx23evk_pins.c')
-rw-r--r-- | arch/arm/mach-mx23/mx23evk_pins.c | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/arch/arm/mach-mx23/mx23evk_pins.c b/arch/arm/mach-mx23/mx23evk_pins.c index d4060ef35e2c..06de5389864d 100644 --- a/arch/arm/mach-mx23/mx23evk_pins.c +++ b/arch/arm/mach-mx23/mx23evk_pins.c @@ -226,48 +226,48 @@ static struct pin_desc mx23evk_fixed_pins[] = { }, { .name = "LCD_D18", - .id = PINID_LCD_D18, - .fun = PIN_FUN1, + .id = PINID_GPMI_D08, + .fun = PIN_FUN2, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_D19", - .id = PINID_LCD_D19, - .fun = PIN_FUN1, + .id = PINID_GPMI_D09, + .fun = PIN_FUN2, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_D20", - .id = PINID_LCD_D20, - .fun = PIN_FUN1, + .id = PINID_GPMI_D10, + .fun = PIN_FUN2, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_D21", - .id = PINID_LCD_D21, - .fun = PIN_FUN1, + .id = PINID_GPMI_D11, + .fun = PIN_FUN2, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_D22", - .id = PINID_LCD_D22, - .fun = PIN_FUN1, + .id = PINID_GPMI_D12, + .fun = PIN_FUN2, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_D23", - .id = PINID_LCD_D23, - .fun = PIN_FUN1, + .id = PINID_GPMI_D13, + .fun = PIN_FUN2, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, @@ -282,32 +282,32 @@ static struct pin_desc mx23evk_fixed_pins[] = { }, { .name = "LCD_VSYNC", - .id = PINID_LCD_RD_E, - .fun = PIN_FUN2, + .id = PINID_LCD_VSYNC, + .fun = PIN_FUN1, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_HSYNC", - .id = PINID_LCD_WR_RWN, - .fun = PIN_FUN2, + .id = PINID_LCD_HSYNC, + .fun = PIN_FUN1, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_ENABLE", - .id = PINID_LCD_CS, - .fun = PIN_FUN2, + .id = PINID_LCD_ENABLE, + .fun = PIN_FUN1, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, }, { .name = "LCD_DOTCLK", - .id = PINID_LCD_RS, - .fun = PIN_FUN2, + .id = PINID_LCD_DOTCK, + .fun = PIN_FUN1, .strength = PAD_8MA, .voltage = PAD_3_3V, .drive = 1, |