aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/include/mach/mfp-pxa168.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-pxa168.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-pxa168.h')
-rw-r--r--arch/arm/mach-mmp/include/mach/mfp-pxa168.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/mfp-pxa168.h b/arch/arm/mach-mmp/include/mach/mfp-pxa168.h
index d0bdb6e3682..2e914649b9e 100644
--- a/arch/arm/mach-mmp/include/mach/mfp-pxa168.h
+++ b/arch/arm/mach-mmp/include/mach/mfp-pxa168.h
@@ -3,6 +3,11 @@
#include <mach/mfp.h>
+#define MFP_DRIVE_VERY_SLOW (0x0 << 13)
+#define MFP_DRIVE_SLOW (0x1 << 13)
+#define MFP_DRIVE_MEDIUM (0x2 << 13)
+#define MFP_DRIVE_FAST (0x3 << 13)
+
/* GPIO */
#define GPIO0_GPIO MFP_CFG(GPIO0, AF5)
#define GPIO1_GPIO MFP_CFG(GPIO1, AF5)