summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLei Wen <[leiwen@marvell.com]>2011-02-09 18:06:58 +0530
committerAlbert Aribaud <albert.aribaud@free.fr>2011-02-21 08:30:55 +0100
commita03774ed88dd43acb57979d3439c2f5951379b6b (patch)
tree13361d41f8683a33d4e89acba95b59051bf2b7d4 /drivers
parentb5d807f64d25d7d2859cc8e9f9d0e7242778eb46 (diff)
downloadblackbird-obmc-uboot-a03774ed88dd43acb57979d3439c2f5951379b6b.tar.gz
blackbird-obmc-uboot-a03774ed88dd43acb57979d3439c2f5951379b6b.zip
mvmfp: add MFP configuration support for PANTHEON
This patch adds the Multiple Function Pin configuration support for Marvell PANTHEON SoCs Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/mvmfp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/mvmfp.c b/drivers/gpio/mvmfp.c
index 5646ed4370..e7830c6906 100644
--- a/drivers/gpio/mvmfp.c
+++ b/drivers/gpio/mvmfp.c
@@ -28,6 +28,8 @@
#include <asm/arch/mfp.h>
#ifdef CONFIG_ARMADA100
#include <asm/arch/armada100.h>
+#elif defined(CONFIG_PANTHEON)
+#include <asm/arch/pantheon.h>
#else
#error Unsupported SoC...
#endif
OpenPOWER on IntegriCloud