]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: touchscreen: trivial-touch: Move allOf: after required:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 12 Mar 2026 22:49:01 +0000 (23:49 +0100)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 19 Mar 2026 05:11:54 +0000 (22:11 -0700)
Majority of schemas place allOf: after required: . Documentation
Documentation/devicetree/bindings/writing-schema.rst also hints at
this ordering. Trivially update this schema. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260312224925.186077-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml

index 6441d21223caf88f0ba11d2abf755c878a7f1b47..6316a8d32f39b994d73ede9ebec1a62ecc3747e4 100644 (file)
@@ -53,14 +53,14 @@ properties:
 
   wakeup-source: true
 
-allOf:
-  - $ref: touchscreen.yaml
-
 required:
   - compatible
   - reg
   - interrupts
 
+allOf:
+  - $ref: touchscreen.yaml
+
 unevaluatedProperties: false
 
 examples: