Skip to content

Commit

Permalink
[ARM] Kirkwood: Fix explanation of MPP45 for QNAP TS41x
Browse files Browse the repository at this point in the history
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: Martin Michlmayr <[email protected]>
Signed-off-by: Nicolas Pitre <[email protected]>
  • Loading branch information
tbm authored and npitre committed Jul 17, 2010
1 parent f9afdd3 commit 9e1d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-kirkwood/ts41x-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static unsigned int qnap_ts41x_mpp_config[] __initdata = {
MPP37_GPIO, /* Reset button */
MPP43_GPIO, /* USB Copy button */
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 */
MPP47_GPIO, /* External SATA HDD2 error indicator */
MPP48_GPIO, /* External SATA HDD3 error indicator */
Expand Down

0 comments on commit 9e1d934

Please sign in to comment.