add gt811 board config for v86

This commit is contained in:
wuhao
2012-11-05 19:33:11 +08:00
parent 1c29b633d3
commit d71f24644c

View File

@@ -1094,6 +1094,15 @@ static struct i2c_board_info __initdata i2c2_info[] = {
.platform_data = &sitronix_info,
},
#endif
#if defined (CONFIG_TOUCHSCREEN_GT811_IIC)
{
.type = "gt811_ts",
.addr = 0x5d,
.flags = 0,
.irq = TOUCH_INT_PIN,
.platform_data = &goodix_info,
},
#endif
#if defined (CONFIG_TOUCHSCREEN_FT5X0X)
{
.type = "ft5x0x_ts",