diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-05-29 03:03:59 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-05-29 03:06:00 -0400 |
commit | 50525891f80169f6730fad9f1e6a69440eb858b9 (patch) | |
tree | 84ad8085df4d634b5a238717cfc4ec682c672df2 | |
parent | a38cfebb56898633687ab337fd53710e63a0aedd (diff) |
DTS: ARM: OMAP3-N900: Add tsc2005 support
This adds support for the tsc2005 touchscreen
to the Nokia N900 DTS file.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 1a57b61f5e24..cb8ed2d51d24 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -580,9 +580,24 @@ | |||
580 | * Also... order in the device tree actually matters here. | 580 | * Also... order in the device tree actually matters here. |
581 | */ | 581 | */ |
582 | tsc2005@0 { | 582 | tsc2005@0 { |
583 | compatible = "tsc2005"; | 583 | compatible = "ti,tsc2005"; |
584 | spi-max-frequency = <6000000>; | 584 | spi-max-frequency = <6000000>; |
585 | reg = <0>; | 585 | reg = <0>; |
586 | |||
587 | vio-supply = <&vio>; | ||
588 | |||
589 | reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* 104 */ | ||
590 | interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */ | ||
591 | |||
592 | touchscreen-fuzz-x = <4>; | ||
593 | touchscreen-fuzz-y = <7>; | ||
594 | touchscreen-fuzz-pressure = <2>; | ||
595 | touchscreen-max-x = <4096>; | ||
596 | touchscreen-max-y = <4096>; | ||
597 | touchscreen-max-pressure = <2048>; | ||
598 | |||
599 | ti,x-plate-ohms = <280>; | ||
600 | ti,esd-recovery-timeout-ms = <8000>; | ||
586 | }; | 601 | }; |
587 | 602 | ||
588 | acx565akm@2 { | 603 | acx565akm@2 { |