aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/include
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2010-01-25 06:03:25 -0500
committerEric Miao <eric.y.miao@gmail.com>2010-03-01 18:40:56 -0500
commit247b4592f385622774de877f568fc30eb37dc831 (patch)
tree4aab5326553be54e3f4b5b2297b1af8cf2fd5dbe /arch/arm/mach-mmp/include
parent4e3b4da98e20c5dc58e544ac5b321c1942071f7f (diff)
[ARM] mmp2: add mfpr setting
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/include')
-rw-r--r--arch/arm/mach-mmp/include/mach/mfp-mmp2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/mfp-mmp2.h b/arch/arm/mach-mmp/include/mach/mfp-mmp2.h
index 937151085349..9f9f8143e272 100644
--- a/arch/arm/mach-mmp/include/mach/mfp-mmp2.h
+++ b/arch/arm/mach-mmp/include/mach/mfp-mmp2.h
@@ -231,6 +231,10 @@
231/* Codec*/ 231/* Codec*/
232#define GPIO23_GPIO23 MFP_CFG(GPIO23, AF0) 232#define GPIO23_GPIO23 MFP_CFG(GPIO23, AF0)
233 233
234#define GPIO101_GPIO101 MFP_CFG(GPIO101, AF0)
235
236/* PMIC */
237#define PMIC_PMIC_INT MFP_CFG(PMIC_INT, AF0)
234 238
235#endif /* __ASM_MACH_MFP_MMP2_H */ 239#endif /* __ASM_MACH_MFP_MMP2_H */
236 240