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>
This commit is contained in:
Lei Wen
2011-02-09 18:06:58 +05:30
committed by Albert Aribaud
parent b5d807f64d
commit a03774ed88
2 changed files with 43 additions and 0 deletions

View File

@@ -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