diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-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 059a8ff1e6ac..ae8ae3f4f9bf 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -651,9 +651,24 @@ | |||
651 | * Also... order in the device tree actually matters here. | 651 | * Also... order in the device tree actually matters here. |
652 | */ | 652 | */ |
653 | tsc2005@0 { | 653 | tsc2005@0 { |
654 | compatible = "tsc2005"; | 654 | compatible = "ti,tsc2005"; |
655 | spi-max-frequency = <6000000>; | 655 | spi-max-frequency = <6000000>; |
656 | reg = <0>; | 656 | reg = <0>; |
657 | |||
658 | vio-supply = <&vio>; | ||
659 | |||
660 | reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* 104 */ | ||
661 | interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */ | ||
662 | |||
663 | touchscreen-fuzz-x = <4>; | ||
664 | touchscreen-fuzz-y = <7>; | ||
665 | touchscreen-fuzz-pressure = <2>; | ||
666 | touchscreen-max-x = <4096>; | ||
667 | touchscreen-max-y = <4096>; | ||
668 | touchscreen-max-pressure = <2048>; | ||
669 | |||
670 | ti,x-plate-ohms = <280>; | ||
671 | ti,esd-recovery-timeout-ms = <8000>; | ||
657 | }; | 672 | }; |
658 | 673 | ||
659 | acx565akm@2 { | 674 | acx565akm@2 { |