lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20211024145931.1916-5-dariobin@libero.it> Date: Sun, 24 Oct 2021 16:59:28 +0200 From: Dario Binacchi <dariobin@...ero.it> To: linux-kernel@...r.kernel.org Cc: Dario Binacchi <dariobin@...ero.it>, Dmitry Torokhov <dmitry.torokhov@...il.com>, Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org, linux-input@...r.kernel.org Subject: [PATCH 4/6] dt-bindings: input: ti-tsc-adc: fix tsc node example 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@...ero.it> --- .../devicetree/bindings/input/touchscreen/ti-tsc-adc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; }; -- 2.17.1
Powered by blists - more mailing lists