aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/palmtx.c
diff options
context:
space:
mode:
authorMarek VaĊĦut <marek.vasut@gmail.com>2008-07-07 12:28:59 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-10 07:15:32 -0400
commit359784084f3da86e2c7621fd9266e04b50287834 (patch)
tree371c9f83d2a2765043580aa83002036eaf09da5d /arch/arm/mach-pxa/palmtx.c
parentb5e4ad57eeffef0ac274413f83be4ef903719ea4 (diff)
[ARM] 5154/1: PalmTX PCMCIA
This patch adds PCMCIA support for PalmTX handheld computer. There is one chip hard-soldered to slot0, another slot is not in use and not accessible. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/palmtx.c')
-rw-r--r--arch/arm/mach-pxa/palmtx.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/palmtx.c b/arch/arm/mach-pxa/palmtx.c
index ae8973279c2..0ca2f17402b 100644
--- a/arch/arm/mach-pxa/palmtx.c
+++ b/arch/arm/mach-pxa/palmtx.c
@@ -69,6 +69,18 @@ static unsigned long palmtx_pin_config[] __initdata = {
69 69
70 /* USB */ 70 /* USB */
71 GPIO13_GPIO, 71 GPIO13_GPIO,
72
73 /* PCMCIA */
74 GPIO48_nPOE,
75 GPIO49_nPWE,
76 GPIO50_nPIOR,
77 GPIO51_nPIOW,
78 GPIO85_nPCE_1,
79 GPIO54_nPCE_2,
80 GPIO79_PSKTSEL,
81 GPIO55_nPREG,
82 GPIO56_nPWAIT,
83 GPIO57_nIOIS16,
72}; 84};
73 85
74/****************************************************************************** 86/******************************************************************************