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:
Xu Jianqun
2016-01-05 19:34:12 +08:00
committed by Huang, Tao
parent 183a0edb25
commit 89673cfb6a
2 changed files with 16 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
compatible = "rockchip,sheep", "rockchip,rk3368";
};
&gt911 {
status = "okay";
};
&syr827 {
status = "okay";
};

View File

@@ -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";
};