aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
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,