diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-10-02 03:52:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-04 21:59:22 -0400 |
commit | 9c472c4dd892b75c19d13b8fdbe35fbb09bdbd0d (patch) | |
tree | 116acabb651a2b939ab3f3dc554bcf0894733967 | |
parent | f16bf3e2e4076d4c20d9344d51fc6c4e43542e97 (diff) |
sh: mach-ecovec24: Document DS2 switch settings.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 0fb665d28603..bbc7859433b6 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -39,6 +39,20 @@ | |||
39 | * 0x1800_0000 MFI 16bit | 39 | * 0x1800_0000 MFI 16bit |
40 | */ | 40 | */ |
41 | 41 | ||
42 | /* SWITCH | ||
43 | *------------------------------ | ||
44 | * DS2[1] = FlashROM write protect ON : write protect | ||
45 | * OFF : No write protect | ||
46 | * DS2[2] = RMII / TS, SCIF ON : RMII | ||
47 | * OFF : TS, SCIF3 | ||
48 | * DS2[3] = Camera / Video ON : Camera | ||
49 | * OFF : NTSC/PAL (IN) | ||
50 | * DS2[5] = NTSC_OUT Clock ON : On board OSC | ||
51 | * OFF : SH7724 DV_CLK | ||
52 | * DS2[6-7] = MMC / SD ON-OFF : SD | ||
53 | * OFF-ON : MMC | ||
54 | */ | ||
55 | |||
42 | /* Heartbeat */ | 56 | /* Heartbeat */ |
43 | static unsigned char led_pos[] = { 0, 1, 2, 3 }; | 57 | static unsigned char led_pos[] = { 0, 1, 2, 3 }; |
44 | static struct heartbeat_data heartbeat_data = { | 58 | static struct heartbeat_data heartbeat_data = { |