Skip to content

Commit faf2f0a

Browse files
author
Eric Miao
committed
[ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitz
The original incorrect configuration caused GPIO79_nCS_3 being overriden, thus resulted in the NAND flash not being detected. The real PSKTSEL pin is on GPIO104 instead of GPIO79. Signed-off-by: Eric Miao <[email protected]> Cc: Richard Purdie <[email protected]>
1 parent 38cd809 commit faf2f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/mach-pxa/spitz.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
static unsigned long spitz_pin_config[] __initdata = {
6868
/* Chip Selects */
6969
GPIO78_nCS_2, /* SCOOP #2 */
70+
GPIO79_nCS_3, /* NAND */
7071
GPIO80_nCS_4, /* SCOOP #1 */
7172

7273
/* LCD - 16bpp Active TFT */
@@ -97,10 +98,10 @@ static unsigned long spitz_pin_config[] __initdata = {
9798
GPIO51_nPIOW,
9899
GPIO85_nPCE_1,
99100
GPIO54_nPCE_2,
100-
GPIO79_PSKTSEL,
101101
GPIO55_nPREG,
102102
GPIO56_nPWAIT,
103103
GPIO57_nIOIS16,
104+
GPIO104_PSKTSEL,
104105

105106
/* MMC */
106107
GPIO32_MMC_CLK,

0 commit comments

Comments
 (0)