diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2010-03-12 10:07:55 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-07 16:22:16 +0900 |
commit | dda128dcb4d85dfd6a2e11002d0c2f352aea7dc5 (patch) | |
tree | 961c9d09d04a2604d80a9f3f5f708885d9b9f9cb | |
parent | 91cf5082292129881fbbfb6390b9544050c25619 (diff) | |
download | linux-dda128dcb4d85dfd6a2e11002d0c2f352aea7dc5.tar.gz linux-dda128dcb4d85dfd6a2e11002d0c2f352aea7dc5.tar.bz2 linux-dda128dcb4d85dfd6a2e11002d0c2f352aea7dc5.zip |
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>
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 16 |
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 @@ */ /* - * KEYSC + * LCD / IRQ / KEYSC / IrDA * - * SW43 KEYSC - * ------------------------- - * ON enable - * OFF disable + * IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (TouchScreen) + * LCD = 2nd LCDC + * + * | SW43 | + * SW3 | ON | OFF | + * -------------+-----------------------+---------------+ + * ON | KEY / IrDA | LCD | + * OFF | KEY / IrDA / IRQ | IRQ | */ /* MTD */ @@ -236,7 +240,7 @@ static struct platform_device *ap4evb_devices[] __initdata = { &sdhi0_device, }; -/* TouchScreen */ +/* TouchScreen (Needs SW3 set to OFF) */ #define IRQ28 396 struct tsc2007_platform_data tsc2007_info = { .model = 2007, |