diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-11 04:45:39 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-13 11:05:21 (GMT) |
commit | 5d31e43589589e63f5b96abc62372d2ef331c14a (patch) | |
tree | afa74e806f3109892188297fdda3a32132381b15 /include/asm-arm/arch-pxa/mfp.h | |
parent | 9d9f6d27333b97d590b5409017d105205f79a28e (diff) | |
download | linux-fsl-qoriq-5d31e43589589e63f5b96abc62372d2ef331c14a.tar.xz |
[ARM] pxa: add base support for PXA930 (aka Tavor-P)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa/mfp.h')
-rw-r--r-- | include/asm-arm/arch-pxa/mfp.h | 8 |
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 02f6157..e7d5879 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, }; |