mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: colibri_t30: use proper irq-gpio for stmpe811
Use proper irq-gpio for stmpe811 touch controller. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
dbd43f2520
commit
d19c81ca22
|
@ -844,8 +844,7 @@ ldo8_reg: ldo8 {
|
||||||
stmpe811@41 {
|
stmpe811@41 {
|
||||||
compatible = "st,stmpe811";
|
compatible = "st,stmpe811";
|
||||||
reg = <0x41>;
|
reg = <0x41>;
|
||||||
interrupts = <TEGRA_GPIO(V, 0) IRQ_TYPE_LEVEL_LOW>;
|
irq-gpio = <&gpio TEGRA_GPIO(V, 0) IRQ_TYPE_LEVEL_LOW>;
|
||||||
interrupt-parent = <&gpio>;
|
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
id = <0>;
|
id = <0>;
|
||||||
blocks = <0x5>;
|
blocks = <0x5>;
|
||||||
|
|
Loading…
Reference in New Issue