linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-binding: touchscreen: fix x-plat-ohm missing type definition
@ 2024-09-08 15:17 Sayyad Abid
  2024-09-09  6:32 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Sayyad Abid @ 2024-09-08 15:17 UTC (permalink / raw)
  To: devicetree
  Cc: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Marek Vasut, Michael Welling, linux-input, linux-kernel,
	sayyad.abid16

This patch fixes the issue with x-plat-ohm missing a type definition.
The patch adds the fix for this issue by adding value of this property
should be a 32-bit unsigned integer.

Signed-off-by: Sayyad Abid <sayyad.abid16@gmail.com>

---
 .../devicetree/bindings/input/touchscreen/ti,tsc2005.yaml       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/ti,tsc2005.yaml b/Documentation/devicetree/bindings/input/touchscreen/ti,tsc2005.yaml
index 7187c390b2f5..98ff65cf9f9f 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/ti,tsc2005.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/ti,tsc2005.yaml
@@ -38,6 +38,8 @@ properties:
 
   ti,x-plate-ohms:
     description: resistance of the touchscreen's X plates in ohm (defaults to 280)
+    $ref: /schemas/types.yaml#/definitions/uint32
+
 
   ti,esd-recovery-timeout-ms:
     description: |
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-09 17:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-08 15:17 [PATCH] dt-binding: touchscreen: fix x-plat-ohm missing type definition Sayyad Abid
2024-09-09  6:32 ` Krzysztof Kozlowski
     [not found]   ` <CACVUEBmCBW7a3gyZ78ZyEtxHiFkie=3wuMz-+Oq_FfTjQX6AVw@mail.gmail.com>
     [not found]     ` <edf29295-d360-4038-a490-3a5cbb8c28cd@kernel.org>
2024-09-09  8:06       ` Sayyad Abid
2024-09-09 12:48         ` Sayyad Abid
2024-09-09 17:47           ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).