mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ARM64: dts: rockchip: rk3368 add gt911 node
Change-Id: Ied9bafb7973b147d8b5b4cb11bbdd08ea755d959 Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
compatible = "rockchip,sheep", "rockchip,rk3368";
|
||||
};
|
||||
|
||||
>911 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&syr827 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -264,6 +264,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
|
||||
gt911: gt911@14 {
|
||||
compatible = "goodix,gt911";
|
||||
reg = <0x14>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <12 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&pwm0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user