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>
This commit is contained in:
parent
91cf508229
commit
dda128dcb4
|
@ -82,12 +82,16 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* KEYSC
|
* LCD / IRQ / KEYSC / IrDA
|
||||||
*
|
*
|
||||||
* SW43 KEYSC
|
* IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (TouchScreen)
|
||||||
* -------------------------
|
* LCD = 2nd LCDC
|
||||||
* ON enable
|
*
|
||||||
* OFF disable
|
* | SW43 |
|
||||||
|
* SW3 | ON | OFF |
|
||||||
|
* -------------+-----------------------+---------------+
|
||||||
|
* ON | KEY / IrDA | LCD |
|
||||||
|
* OFF | KEY / IrDA / IRQ | IRQ |
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* MTD */
|
/* MTD */
|
||||||
|
@ -236,7 +240,7 @@ static struct platform_device *ap4evb_devices[] __initdata = {
|
||||||
&sdhi0_device,
|
&sdhi0_device,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* TouchScreen */
|
/* TouchScreen (Needs SW3 set to OFF) */
|
||||||
#define IRQ28 396
|
#define IRQ28 396
|
||||||
struct tsc2007_platform_data tsc2007_info = {
|
struct tsc2007_platform_data tsc2007_info = {
|
||||||
.model = 2007,
|
.model = 2007,
|
||||||
|
|
Loading…
Reference in New Issue