mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rv1126-trailcamera: add touchscreen support
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Change-Id: Ic0055860eb37c9c5ddf07809d2742482c88ba781
This commit is contained in:
@@ -22,6 +22,20 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
gt1x: gt1x@14 {
|
||||
compatible = "goodix,gt1x";
|
||||
reg = <0x14>;
|
||||
gtp_ics_slot_report;
|
||||
power-supply = <&vcc18_lcd_n>;
|
||||
goodix,rst-gpio = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
|
||||
goodix,irq-gpio = <&gpio2 RK_PA7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
&thunderboot_ramoops {
|
||||
reg = <0x00280000 0x00010000>;
|
||||
record-size = <0x0000>;
|
||||
|
||||
Reference in New Issue
Block a user