diff mbox series

[4/6] dt-bindings: input: ti-tsc-adc: fix tsc node example

Message ID 20211024145931.1916-5-dariobin@libero.it
State Not Applicable, archived
Headers show
Series input: touchscreen: am335x: fix and improvements | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 8 lines checked

Commit Message

Dario Binacchi Oct. 24, 2021, 2:59 p.m. UTC
The commit c9aeb249bf72e ("Input: ti_am335x_tsc - fix spelling mistake
in TSC/ADC DT binding") didn't fix the typo mistake in the tsc node of
the example.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 .../devicetree/bindings/input/touchscreen/ti-tsc-adc.txt        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring Oct. 29, 2021, 2:13 a.m. UTC | #1
On Sun, 24 Oct 2021 16:59:28 +0200, Dario Binacchi wrote:
> The commit c9aeb249bf72e ("Input: ti_am335x_tsc - fix spelling mistake
> in TSC/ADC DT binding") didn't fix the typo mistake in the tsc node of
> the example.
> 
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
> 
>  .../devicetree/bindings/input/touchscreen/ti-tsc-adc.txt        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt b/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
index aad5e34965eb..2013fd7c4a10 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
@@ -77,7 +77,7 @@  Example:
 		tsc {
 			ti,wires = <4>;
 			ti,x-plate-resistance = <200>;
-			ti,coordiante-readouts = <5>;
+			ti,coordinate-readouts = <5>;
 			ti,wire-config = <0x00 0x11 0x22 0x33>;
 			ti,charge-delay = <0x400>;
 		};