Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Add touchscreen properties
Browse files Browse the repository at this point in the history
Gta04 using tcs2007 touchscreen. Add support for that.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Marek Belisko authored and Tony Lindgren committed Mar 2, 2014
1 parent 32f2c39 commit 9cbc03b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@
compatible = "honeywell,hmc5843";
reg = <0x1e>;
};

/* touchscreen */
tsc2007@48 {
compatible = "ti,tsc2007";
reg = <0x48>;
interrupt-parent = <&gpio6>;
interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
ti,x-plate-ohms = <600>;
};
};

&i2c3 {
Expand Down

0 comments on commit 9cbc03b

Please sign in to comment.