mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 08:43:42 +02:00
add gt811 board config for v86
This commit is contained in:
parent
1c29b633d3
commit
d71f24644c
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user