summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa/mfp.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-07-13 13:05:49 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-13 13:05:49 +0200
commit044e5f45e4ad890d03bd1e8bb44c634397cac24d (patch)
treea6063f77bd719d933823915d2273eaadb6331611 /include/asm-arm/arch-pxa/mfp.h
parentMerge branch 'imx' into devel (diff)
parent[ARM] pxa: add base support for PXA930 Handheld Platform (aka SAAR) (diff)
downloadlinux-044e5f45e4ad890d03bd1e8bb44c634397cac24d.tar.xz
linux-044e5f45e4ad890d03bd1e8bb44c634397cac24d.zip
Merge branch 'pxa' into devel
Conflicts: arch/arm/configs/em_x270_defconfig arch/arm/configs/xm_x270_defconfig
Diffstat (limited to 'include/asm-arm/arch-pxa/mfp.h')
-rw-r--r--include/asm-arm/arch-pxa/mfp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/mfp.h b/include/asm-arm/arch-pxa/mfp.h
index 02f6157396d3..e7d58798da67 100644
--- a/include/asm-arm/arch-pxa/mfp.h
+++ b/include/asm-arm/arch-pxa/mfp.h
@@ -210,6 +210,14 @@ enum {
MFP_PIN_DF_IO14,
MFP_PIN_DF_IO15,
+ /* additional pins on PXA930 */
+ MFP_PIN_GSIM_UIO,
+ MFP_PIN_GSIM_UCLK,
+ MFP_PIN_GSIM_UDET,
+ MFP_PIN_GSIM_nURST,
+ MFP_PIN_PMIC_INT,
+ MFP_PIN_RDY,
+
MFP_PIN_MAX,
};