mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: dts: rockchip: add gt9xx touchscreen support
need to modify the i2c4 scl and sda connection in hardware. Change-Id: I57981a3891047412b9ea61112fbf5ff4a23223b3 Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
8d9ad6296b
commit
bd9e614eb8
@@ -532,6 +532,22 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
status = "okay";
|
||||
|
||||
gt9xx: gt9xx@14 {
|
||||
compatible = "goodix,gt9xx";
|
||||
reg = <0x14>;
|
||||
touch-gpio = <&gpio5 11 IRQ_TYPE_LEVEL_LOW>;
|
||||
reset-gpio = <&gpio5 10 GPIO_ACTIVE_HIGH>;
|
||||
max-x = <1200>;
|
||||
max-y = <1900>;
|
||||
tp-size = <911>;
|
||||
tp-supply = <&vcc_tp>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&i2s_8ch {
|
||||
status = "okay";
|
||||
rockchip,i2s-broken-burst-len;
|
||||
|
||||
Reference in New Issue
Block a user