Skip to content

Commit 5d511d9

Browse files
joelselvarajdtor
authored andcommitted
dt-bindings: input: touchscreen: edt-ft5x06: use unevaluatedProperties
In Xiaomi Poco F1 (qcom/sdm845-xiaomi-beryllium-ebbg.dts), the FocalTech FT8719 touchscreen is integrally connected to the display panel (EBBG FT8719) and thus should be power sequenced together with display panel using the panel property. Since the edt-ft5x06 touchscreen binding uses almost all the properties present in touchscreen.yaml, let's remove additionalProperties: false and use unevaluatedProperties to include all the properties, including the needed panel property. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Joel Selvaraj <[email protected]> Link: https://lore.kernel.org/r/20250506-pocof1-touchscreen-support-v4-1-bfb53da52945@joelselvaraj.com Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 95ea0cf commit 5d511d9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,9 @@ properties:
103103
minimum: 0
104104
maximum: 255
105105

106-
touchscreen-size-x: true
107-
touchscreen-size-y: true
108-
touchscreen-fuzz-x: true
109-
touchscreen-fuzz-y: true
110-
touchscreen-inverted-x: true
111-
touchscreen-inverted-y: true
112-
touchscreen-swapped-x-y: true
113106
interrupt-controller: true
114107

115-
additionalProperties: false
108+
unevaluatedProperties: false
116109

117110
required:
118111
- compatible

0 commit comments

Comments
 (0)