diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-08-14 16:28:21 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-08-18 11:32:25 -0500 |
commit | 47aab53331effedd3f5a6136854bd1da011f94b6 (patch) | |
tree | 97a28f7bbcbf3f908494643bd685d4cbc626bc08 /Documentation/devicetree/bindings/input | |
parent | de259b7bd6bee317c8ae9e6324be6fd3b89e1930 (diff) |
dt-bindings: Fix typos
Fix typos in Documentation/devicetree/bindings. The changes are in
descriptions or comments where they shouldn't affect functionality.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20230814212822.193684-3-helgaas@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r-- | Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt | 4 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt b/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt index 9afffbdf6e28..3d5348305239 100644 --- a/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt +++ b/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt @@ -34,8 +34,8 @@ Optional Properties: mode. - syna,sensor-type: Set the sensor type. 1 for touchscreen 2 for touchpad. - syna,disable-report-mask: Mask for disabling posiiton reporting. Used to - disable reporing absolute position data. -- syna,rezero-wait-ms: Time in miliseconds to wait after issuing a rezero + disable reporting absolute position data. +- syna,rezero-wait-ms: Time in milliseconds to wait after issuing a rezero command. diff --git a/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt b/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt index ed00f61b8c08..210486a3fb11 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt @@ -6,7 +6,7 @@ Required properties: - ti,x-plate-ohms: X-plate resistance in ohms. Optional properties: -- gpios: the interrupt gpio the chip is connected to (trough the penirq pin). +- gpios: the interrupt gpio the chip is connected to (through the penirq pin). The penirq pin goes to low when the panel is touched. (see GPIO binding[1] for more details). - interrupts: (gpio) interrupt to which the chip is connected |