[PATCH] dt-binding: touchscreen: fix x-plat-ohm missing type definition

From: Sayyad Abid
Date: Sun Sep 08 2024 - 11:18:32 EST


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@xxxxxxxxx>

---
.../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