diff options
| author | Daniel Mack <[email protected]> | 2009-03-13 14:17:32 +0000 |
|---|---|---|
| committer | Eric Miao <[email protected]> | 2009-03-19 08:20:39 +0000 |
| commit | d1b95607e1dde59e2ffae661732c8da34aba445c (patch) | |
| tree | 783d6804560bf75f32e0b2fe420a252d4397b126 | |
| parent | [ARM] pxa: stop and disable IRQ for each DMA channels at startup (diff) | |
| download | kernel-d1b95607e1dde59e2ffae661732c8da34aba445c.tar.gz kernel-d1b95607e1dde59e2ffae661732c8da34aba445c.zip | |
[ARM] pxa: add missing pin function for CS2 on GPIO1
Signed-off-by: Daniel Mack <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
| -rw-r--r-- | arch/arm/mach-pxa/include/mach/mfp-pxa300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/mfp-pxa300.h b/arch/arm/mach-pxa/include/mach/mfp-pxa300.h index bc1fb33a6e70..928fbef9cbf3 100644 --- a/arch/arm/mach-pxa/include/mach/mfp-pxa300.h +++ b/arch/arm/mach-pxa/include/mach/mfp-pxa300.h @@ -41,6 +41,7 @@ #endif /* Chip Select */ +#define GPIO1_nCS2 MFP_CFG(GPIO1, AF1) #define GPIO2_nCS3 MFP_CFG(GPIO2, AF1) /* AC97 */ |
