summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/include/mach/mfp-pxa910.h
diff options
context:
space:
mode:
authorMingwei Wang <mwwang@marvell.com>2009-05-20 16:49:57 +0800
committerEric Miao <eric.miao@marvell.com>2009-05-22 18:15:31 +0800
commit0e1b74df992c1ef92213ab26f952befda2087f59 (patch)
tree1503674cf1bd50c6e5b7e4cf3880cf99fc338d68 /arch/arm/mach-mmp/include/mach/mfp-pxa910.h
parentff71338ed31398384b2e5992623d52f9aaba1da1 (diff)
[ARM] pxa: fix the incorrectly defined drive strength macros for pxa{168,910}
Signed-off-by: Mingwei Wang <mwwang@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/mfp-pxa910.h')
-rw-r--r--arch/arm/mach-mmp/include/mach/mfp-pxa910.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/mfp-pxa910.h b/arch/arm/mach-mmp/include/mach/mfp-pxa910.h
index 48a1cbc7c56b..d97de36c50ad 100644
--- a/arch/arm/mach-mmp/include/mach/mfp-pxa910.h
+++ b/arch/arm/mach-mmp/include/mach/mfp-pxa910.h
@@ -3,6 +3,11 @@
#include <mach/mfp.h>
+#define MFP_DRIVE_VERY_SLOW (0x0 << 13)
+#define MFP_DRIVE_SLOW (0x2 << 13)
+#define MFP_DRIVE_MEDIUM (0x4 << 13)
+#define MFP_DRIVE_FAST (0x8 << 13)
+
/* UART2 */
#define GPIO47_UART2_RXD MFP_CFG(GPIO47, AF6)
#define GPIO48_UART2_TXD MFP_CFG(GPIO48, AF6)