summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood/mpp.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-17[ARM] Kirkwood: update MPP definition.Benjamin Zores1-273/+323
Add MPP definitions for Marvell Kirkwood 88F6282 revision. Update some defines to reflect datasheet's MPP names. Signed-off-by: Benjamin Zores <benjamin.zores@alcatel-lucent.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
2009-07-07[ARM] Kirkwood: Correct header defineSimon Kagstrom1-1/+1
Correct define typo (. -> ,) Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Signed-off-by: Nicolas Pitre <nico@marvell.com>
2009-03-23[ARM] Kirkwood: More consistency regarding MPP namingMartin Michlmayr1-2/+2
With the exception of UART0, all MPP names are uppercase. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
2009-02-20[ARM] Kirkwood: MPP initialization codeNicolas Pitre1-0/+303
This allows for board support code to set up their MPP config if the bootloader didn't do it all or did it wrong. This also allows to register usable GPIOs. Signed-off-by: Nicolas Pitre <nico@marvell.com>