diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-04-09 02:54:16 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-07 01:26:31 -0400 |
commit | d998cef3fc7ccd52c0ea2c849453dfcde38c8a56 (patch) | |
tree | e1d76860225622e3bf47d97c9360a2ba901c162b /arch/arm/mach-shmobile/board-bockw.c | |
parent | 28307e0a7c3841f2d54876639235c07ebe3d2999 (diff) |
ARM: shmobile: bockw: add CN9 SCIF/RCAN selection dipswitch explanation
Debug serial (= SCIF0) is connected to CN9 upper side,
and it is shared by RCAN.
This patch adds SCIF/RCAN dipswitch explanation on
comment area for developers.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-bockw.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index badde08d96c4..3ce020a7bdd9 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c | |||
@@ -26,6 +26,14 @@ | |||
26 | #include <mach/r8a7778.h> | 26 | #include <mach/r8a7778.h> |
27 | #include <asm/mach/arch.h> | 27 | #include <asm/mach/arch.h> |
28 | 28 | ||
29 | /* | ||
30 | * CN9(Upper side) SCIF/RCAN selection | ||
31 | * | ||
32 | * 1,4 3,6 | ||
33 | * SW40 SCIF RCAN | ||
34 | * SW41 SCIF RCAN | ||
35 | */ | ||
36 | |||
29 | static struct smsc911x_platform_config smsc911x_data = { | 37 | static struct smsc911x_platform_config smsc911x_data = { |
30 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | 38 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, |
31 | .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, | 39 | .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, |