aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2010-03-12 05:07:55 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-04-07 03:22:16 -0400
commitdda128dcb4d85dfd6a2e11002d0c2f352aea7dc5 (patch)
tree961c9d09d04a2604d80a9f3f5f708885d9b9f9cb /arch
parent91cf5082292129881fbbfb6390b9544050c25619 (diff)
ARM: mach-shmobile: ap4evb: Add SW43, SW3 tiny document
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index b10431451f39..0a7eb29cd7ca 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -82,12 +82,16 @@
82 */ 82 */
83 83
84/* 84/*
85 * KEYSC 85 * LCD / IRQ / KEYSC / IrDA
86 * 86 *
87 * SW43 KEYSC 87 * IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (TouchScreen)
88 * ------------------------- 88 * LCD = 2nd LCDC
89 * ON enable 89 *
90 * OFF disable 90 * | SW43 |
91 * SW3 | ON | OFF |
92 * -------------+-----------------------+---------------+
93 * ON | KEY / IrDA | LCD |
94 * OFF | KEY / IrDA / IRQ | IRQ |
91 */ 95 */
92 96
93/* MTD */ 97/* MTD */
@@ -236,7 +240,7 @@ static struct platform_device *ap4evb_devices[] __initdata = {
236 &sdhi0_device, 240 &sdhi0_device,
237}; 241};
238 242
239/* TouchScreen */ 243/* TouchScreen (Needs SW3 set to OFF) */
240#define IRQ28 396 244#define IRQ28 396
241struct tsc2007_platform_data tsc2007_info = { 245struct tsc2007_platform_data tsc2007_info = {
242 .model = 2007, 246 .model = 2007,