commit | 1fe8c2bcad52d16e4d31d3680b9bb536c56df3d8 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.y.miao@gmail.com> | Tue Apr 27 11:14:24 2010 +0800 |
committer | Eric Miao <eric.y.miao@gmail.com> | Tue May 11 17:25:00 2010 +0200 |
tree | 50a8b30ad3e19b106ab79c38c74705bf890d1098 | |
parent | c09f431c338cf032c68ea68915f4dd85d92fd526 [diff] [blame] |
[ARM] pxa: allow MFP_LPM_INPUT to be explicitly specified Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
diff --git a/arch/arm/plat-pxa/mfp.c b/arch/arm/plat-pxa/mfp.c index be58f9f..b77e018 100644 --- a/arch/arm/plat-pxa/mfp.c +++ b/arch/arm/plat-pxa/mfp.c
@@ -110,6 +110,7 @@ MFPR_LPM_PULL_LOW, MFPR_LPM_PULL_HIGH, MFPR_LPM_FLOAT, + MFPR_LPM_INPUT, }; /* mapping of MFP_PULL_* definitions to MFPR_PULL_* register bits */