aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mv78xx0/Makefile
diff options
context:
space:
mode:
authorSebastien Requiem <sebastien@kolios.dk>2010-02-23 14:38:14 +0100
committerNicolas Pitre <nico@fluxnic.net>2010-02-23 16:44:01 -0500
commitee40ceab234d34abdfeb9922d0f1a18bfa7efdaf (patch)
treecc84490428a946c0614a91c32ed4d30d0b4e9e61 /arch/arm/mach-mv78xx0/Makefile
parent[ARM] eSATA SheevaPlug: correlate MPP to SD CD and SD WP (diff)
downloadlinux-dev-ee40ceab234d34abdfeb9922d0f1a18bfa7efdaf.tar.xz
linux-dev-ee40ceab234d34abdfeb9922d0f1a18bfa7efdaf.zip
[ARM] MV78XX0: MPP routines and definitions
This patch is composed of two new files : - mpp.c which is mainly inspired by the same file as in mach-kirkwood - mpp.h that is written from the documentation provided by Marvell http://www.marvell.com/products/processors/embedded/discovery_innovation/HW_MV78100_OpenSource.pdf Moreover, due to some implementation problem, I have defined some MPPX_UNUSED that offer developers the possibility to SET MPP to some unused value (such as for Buffalo WXL). Note: This patch doesn't support MV78200 yet (only 78100 MPP lines have been written) Signed-off-by: Sebastien Requiem <sebastien@kolios.dk> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-mv78xx0/Makefile')
-rw-r--r--arch/arm/mach-mv78xx0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mv78xx0/Makefile b/arch/arm/mach-mv78xx0/Makefile
index da628b7f3bb6..4948eeeda5aa 100644
--- a/arch/arm/mach-mv78xx0/Makefile
+++ b/arch/arm/mach-mv78xx0/Makefile
@@ -1,3 +1,3 @@
-obj-y += common.o addr-map.o irq.o pcie.o
+obj-y += common.o addr-map.o mpp.o irq.o pcie.o
obj-$(CONFIG_MACH_DB78X00_BP) += db78x00-bp-setup.o
obj-$(CONFIG_MACH_RD78X00_MASA) += rd78x00-masa-setup.o