diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-10-02 06:28:26 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-15 13:53:47 -0400 |
commit | 693d9d95d6392074d63755b0df67865c63828fa4 (patch) | |
tree | 8edf80804ea4d4e7b2ba54509bf6a612b34baaef /arch | |
parent | 36d8b17b4364915615aff312ba20a1b90e22b963 (diff) |
[ARM] pxa: move pxa_set_mode() from pxa2xx_lubbock.c to lubbock.c
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/lubbock.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c index e70048fd00a5..011a1a72b61c 100644 --- a/arch/arm/mach-pxa/lubbock.c +++ b/arch/arm/mach-pxa/lubbock.c | |||
@@ -512,6 +512,25 @@ static void __init lubbock_map_io(void) | |||
512 | pxa_gpio_mode(GPIO44_BTCTS_MD); | 512 | pxa_gpio_mode(GPIO44_BTCTS_MD); |
513 | pxa_gpio_mode(GPIO45_BTRTS_MD); | 513 | pxa_gpio_mode(GPIO45_BTRTS_MD); |
514 | 514 | ||
515 | GPSR(GPIO48_nPOE) = | ||
516 | GPIO_bit(GPIO48_nPOE) | | ||
517 | GPIO_bit(GPIO49_nPWE) | | ||
518 | GPIO_bit(GPIO50_nPIOR) | | ||
519 | GPIO_bit(GPIO51_nPIOW) | | ||
520 | GPIO_bit(GPIO52_nPCE_1) | | ||
521 | GPIO_bit(GPIO53_nPCE_2); | ||
522 | |||
523 | pxa_gpio_mode(GPIO48_nPOE_MD); | ||
524 | pxa_gpio_mode(GPIO49_nPWE_MD); | ||
525 | pxa_gpio_mode(GPIO50_nPIOR_MD); | ||
526 | pxa_gpio_mode(GPIO51_nPIOW_MD); | ||
527 | pxa_gpio_mode(GPIO52_nPCE_1_MD); | ||
528 | pxa_gpio_mode(GPIO53_nPCE_2_MD); | ||
529 | pxa_gpio_mode(GPIO54_pSKTSEL_MD); | ||
530 | pxa_gpio_mode(GPIO55_nPREG_MD); | ||
531 | pxa_gpio_mode(GPIO56_nPWAIT_MD); | ||
532 | pxa_gpio_mode(GPIO57_nIOIS16_MD); | ||
533 | |||
515 | /* This is for the SMC chip select */ | 534 | /* This is for the SMC chip select */ |
516 | pxa_gpio_mode(GPIO79_nCS_3_MD); | 535 | pxa_gpio_mode(GPIO79_nCS_3_MD); |
517 | 536 | ||