aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-03-23 12:42:30 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-03-23 12:42:30 -0400
commitdc85ce155b7cad4c39c1fc95b4f6281920cef3c8 (patch)
tree5b7b353f9dbd6590493eb33f405e4ac8524b90e0 /arch/arm/mach-pxa/include/mach
parent4731f8b66dd34ebf0e67ca6ba9162b0e509bec06 (diff)
parent1efb71809fd47bc19b3ce05080e1d5085a8dfab1 (diff)
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
Diffstat (limited to 'arch/arm/mach-pxa/include/mach')
-rw-r--r--arch/arm/mach-pxa/include/mach/mfp-pxa300.h1
-rw-r--r--arch/arm/mach-pxa/include/mach/mfp-pxa320.h1
2 files changed, 2 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 @@
41#endif 41#endif
42 42
43/* Chip Select */ 43/* Chip Select */
44#define GPIO1_nCS2 MFP_CFG(GPIO1, AF1)
44#define GPIO2_nCS3 MFP_CFG(GPIO2, AF1) 45#define GPIO2_nCS3 MFP_CFG(GPIO2, AF1)
45 46
46/* AC97 */ 47/* AC97 */
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 @@
38#define GPIO17_2_GPIO MFP_CFG(GPIO17_2, AF0) 38#define GPIO17_2_GPIO MFP_CFG(GPIO17_2, AF0)
39 39
40/* Chip Select */ 40/* Chip Select */
41#define GPIO3_nCS2 MFP_CFG(GPIO3, AF1)
41#define GPIO4_nCS3 MFP_CFG(GPIO4, AF1) 42#define GPIO4_nCS3 MFP_CFG(GPIO4, AF1)
42 43
43/* AC97 */ 44/* AC97 */