Commit 9e1d9345 authored by Martin Michlmayr's avatar Martin Michlmayr Committed by Nicolas Pitre

[ARM] Kirkwood: Fix explanation of MPP45 for QNAP TS41x

On the QNAP TS-41x, MPP45 is used to show the setting of jumper JP1.
Fix the documentation to explain what the settings really indicate.
Signed-off-by: default avatarMartin Michlmayr <tbm@cyrius.com>
Signed-off-by: default avatarNicolas Pitre <nico@fluxnic.net>
parent f9afdd37
...@@ -105,7 +105,7 @@ static unsigned int qnap_ts41x_mpp_config[] __initdata = { ...@@ -105,7 +105,7 @@ static unsigned int qnap_ts41x_mpp_config[] __initdata = {
MPP37_GPIO, /* Reset button */ MPP37_GPIO, /* Reset button */
MPP43_GPIO, /* USB Copy button */ MPP43_GPIO, /* USB Copy button */
MPP44_GPIO, /* Board ID: 0: TS-419U, 1: TS-419 */ MPP44_GPIO, /* Board ID: 0: TS-419U, 1: TS-419 */
MPP45_GPIO, /* JP1: 0: console, 1: LCD */ MPP45_GPIO, /* JP1: 0: LCD, 1: serial console */
MPP46_GPIO, /* External SATA HDD1 error indicator */ MPP46_GPIO, /* External SATA HDD1 error indicator */
MPP47_GPIO, /* External SATA HDD2 error indicator */ MPP47_GPIO, /* External SATA HDD2 error indicator */
MPP48_GPIO, /* External SATA HDD3 error indicator */ MPP48_GPIO, /* External SATA HDD3 error indicator */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment