diff options
| author | Daniel Mack <[email protected]> | 2009-03-19 14:45:19 +0000 |
|---|---|---|
| committer | Eric Miao <[email protected]> | 2009-03-23 01:53:33 +0000 |
| commit | 1efb71809fd47bc19b3ce05080e1d5085a8dfab1 (patch) | |
| tree | dd8e197b98f4652499b91935c1eb4f811b5cc944 | |
| parent | [ARM] pxa: fix overlay being un-necessarily initialized on pxa25x (diff) | |
| download | kernel-1efb71809fd47bc19b3ce05080e1d5085a8dfab1.tar.gz kernel-1efb71809fd47bc19b3ce05080e1d5085a8dfab1.zip | |
[ARM] pxa: add pxa320 missing pin function for CS2 on GPIO3
Signed-off-by: Daniel Mack <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
| -rw-r--r-- | arch/arm/mach-pxa/include/mach/mfp-pxa320.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/mfp-pxa320.h b/arch/arm/mach-pxa/include/mach/mfp-pxa320.h index 67f8385ea548..80a0da9e092d 100644 --- a/arch/arm/mach-pxa/include/mach/mfp-pxa320.h +++ b/arch/arm/mach-pxa/include/mach/mfp-pxa320.h @@ -38,6 +38,7 @@ #define GPIO17_2_GPIO MFP_CFG(GPIO17_2, AF0) /* Chip Select */ +#define GPIO3_nCS2 MFP_CFG(GPIO3, AF1) #define GPIO4_nCS3 MFP_CFG(GPIO4, AF1) /* AC97 */ |
