aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/ts219-setup.c
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2009-11-05 13:09:01 -0500
committerNicolas Pitre <nico@fluxnic.net>2009-11-13 12:14:23 -0500
commitb421950cdc7d0ac900414aa582c5e35aeab921c0 (patch)
treee6a907ece0fae98587ec5ca564b9d8cba70abd82 /arch/arm/mach-kirkwood/ts219-setup.c
parentf3a131b90b8f9bbcf46edc3bdd5246a744ba0017 (diff)
[ARM] Kirkwood: Add MPP36 for QNAP TS-11x/TS-21x
MPP36 is used on the QNAP TS-11x/TS-21x devices to indicate how much RAM there is: it's high for 512 MB RAM (TS-x19) and low for 256 MB (TS-x10). While this may not be very useful, let's add it for completeness. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/ts219-setup.c')
-rw-r--r--arch/arm/mach-kirkwood/ts219-setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/ts219-setup.c b/arch/arm/mach-kirkwood/ts219-setup.c
index ec1a64f263d2..cb0f56dfd5ba 100644
--- a/arch/arm/mach-kirkwood/ts219-setup.c
+++ b/arch/arm/mach-kirkwood/ts219-setup.c
@@ -152,6 +152,7 @@ static unsigned int qnap_ts219_mpp_config[] __initdata = {
152 MPP14_UART1_RXD, /* PIC controller */ 152 MPP14_UART1_RXD, /* PIC controller */
153 MPP15_GPIO, /* USB Copy button */ 153 MPP15_GPIO, /* USB Copy button */
154 MPP16_GPIO, /* Reset button */ 154 MPP16_GPIO, /* Reset button */
155 MPP36_GPIO, /* RAM: 0: 256 MB, 1: 512 MB */
155 0 156 0
156}; 157};
157 158