From: Kuninori Morimoto Date: Tue, 9 Apr 2013 06:54:16 +0000 (-0700) Subject: ARM: shmobile: bockw: add CN9 SCIF/RCAN selection dipswitch explanation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d998cef3fc7ccd52c0ea2c849453dfcde38c8a56;p=linux-beck.git 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 Signed-off-by: Simon Horman --- 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 @@ #include #include +/* + * CN9(Upper side) SCIF/RCAN selection + * + * 1,4 3,6 + * SW40 SCIF RCAN + * SW41 SCIF RCAN + */ + static struct smsc911x_platform_config smsc911x_data = { .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,