mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: add touch panel gslx680 for 3399 vr board
Change-Id: I8d106b2146c01371bae8952e3926e44d86df464a Signed-off-by: jerry.zhang <jerry.zhang@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
415907edfd
commit
dbc9efa814
@@ -547,6 +547,20 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
status = "okay";
|
||||
|
||||
touch@40 {
|
||||
compatible = "gslX680";
|
||||
reg = <0x40>;
|
||||
touch-gpio = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
|
||||
reset-gpio = <&gpio4 22 GPIO_ACTIVE_LOW>;
|
||||
max-x = <1280>;
|
||||
max-y = <600>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
max-freq = <50000000>;
|
||||
|
||||
Reference in New Issue
Block a user