diff options
Diffstat (limited to 'include/linux/input/zt7554_platform_data.h')
| -rwxr-xr-x | include/linux/input/zt7554_platform_data.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/include/linux/input/zt7554_platform_data.h b/include/linux/input/zt7554_platform_data.h new file mode 100755 index 00000000..a2d1e228 --- /dev/null +++ b/include/linux/input/zt7554_platform_data.h @@ -0,0 +1,30 @@ +/* + * Zinitix zt7554 touchscreen driver - Platform Data + * + * Copyright (C) 2013 Samsung Electronics Co.Ltd + * + * Default path : linux/input/zt7554_platform_data.h + * + */ + +#ifndef _LINUX_ZT7554_TOUCH_H +#define _LINUX_ZT7554_TOUCH_H + +struct zt7554_ts_platform_data { + int gpio_int; + int gpio_scl; + int gpio_sda; + int gpio_ldo_en; + int (*tsp_power)(struct i2c_client *client, int on, int gpio_ctrl_pin); + u32 x_resolution; + u32 y_resolution; + const char *fw_name; + const char *ext_fw_name; + u32 page_size; + u32 orientation; + u32 tsp_supply_type; + int gpio_ctrl_pin; +}; + +#endif + |
