Skip to content

Commit ee4d304

Browse files
mnidzadigetx
authored andcommitted
ARM: tegra: tegra20-tf101: Add touchscreen
1 parent 9e46a86 commit ee4d304

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/tegra20-tf101.dts

+8
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,14 @@
353353
interrupt-parent = <&gpio>;
354354
interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
355355
};
356+
357+
/* Atmel MXT1386 Touchscreen */
358+
mxt1386@5b {
359+
compatible = "atmel,maxtouch", "atmel_mxt_ts";
360+
reg = <0x5b>;
361+
interrupt-parent = <&gpio>;
362+
interrupts = <TEGRA_GPIO(V, 6) IRQ_TYPE_LEVEL_LOW>;
363+
};
356364
};
357365

358366
i2c@7000c400 {

0 commit comments

Comments
 (0)