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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -975,8 +975,7 @@ ldo8_reg: ldo8 {
		stmpe811@41 {
			compatible = "st,stmpe811";
			reg = <0x41>;
			interrupts = <TEGRA_GPIO(V, 0) IRQ_TYPE_LEVEL_LOW>;
			interrupt-parent = <&gpio>;
			irq-gpio = <&gpio TEGRA_GPIO(V, 0) IRQ_TYPE_LEVEL_LOW>;
			interrupt-controller;
			id = <0>;
			blocks = <0x5>;