@@ -14,6 +14,7 @@ Required properties:
- interrupts : Interrupt to which the chip is connected
- irq-gpio : GPIO pin used for IRQ
- reset-gpio : GPIO pin used for reset
+
Optional properties:
- esd-recovery-timeout-ms : ESD poll time (in milli seconds) for the driver to
@@ -21,6 +22,11 @@ Optional properties:
device. ESD is disabled if this property is not set
or is set to 0.
+ - touchscreen-inverted-x : X axis is inverted (boolean)
+ - touchscreen-inverted-y : Y axis is inverted (boolean)
+ - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
+ (swapping is done after inverting the axis)
+
Example:
i2c@00000000 {