Commit f38f7998 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: apalis_t30: use proper irq-gpio for stmpe811

Use proper irq-gpio for stmpe811 touch controller.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 368f139b
...@@ -975,8 +975,7 @@ ldo8_reg: ldo8 { ...@@ -975,8 +975,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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment