mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
ARM: rockchip: rk3188-tb add ts support
This commit is contained in:
parent
6681264bd8
commit
642d6c30cd
|
|
@ -80,6 +80,19 @@ rk808: rk808@1b {
|
|||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
ts@55 {
|
||||
compatible = "goodix,gt8xx";
|
||||
reg = <0x55>;
|
||||
touch-gpio = <&gpio1 GPIO_B7 IRQ_TYPE_LEVEL_LOW>;
|
||||
reset-gpio = <&gpio0 GPIO_B6 GPIO_ACTIVE_LOW>;
|
||||
power-gpio = <&gpio0 GPIO_C5 GPIO_ACTIVE_LOW>;
|
||||
max-x = <1280>;
|
||||
max-y = <800>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -288,6 +288,7 @@ CONFIG_TABLET_USB_HANWANG=y
|
|||
CONFIG_TABLET_USB_KBTAB=y
|
||||
CONFIG_TABLET_USB_WACOM=y
|
||||
CONFIG_INPUT_TOUCHSCREEN=y
|
||||
CONFIG_TOUCHSCREEN_GT8XX=y
|
||||
CONFIG_INPUT_MISC=y
|
||||
CONFIG_INPUT_KEYCHORD=y
|
||||
CONFIG_INPUT_UINPUT=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user