summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/plat/syntm12xx.h
blob: 2394839b5698a0ea32d80ab10e05e76868c5a56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Platform configuration for Synaptic TM12XX touchscreen driver.
 */

#ifndef __TM12XX_TS_H
#define __TM12XX_TS_H

struct tm12xx_ts_platform_data {
	int      gpio_intr;

	char     **idev_name;  /* Input Device name. */
	u8       *button_map;  /* Button to keycode  */
	unsigned num_buttons;  /* Registered buttons */
	u8       repeat;       /* Input dev Repeat enable */
	u8       swap_xy;      /* ControllerX==InputDevY...*/
};

#endif