mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-21 04:51:09 +09:00
add gt811 board config for v86
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user