Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: touchscreen: trivial-touch: Move allOf: after required:

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>

authored by

Marek Vasut and committed by
Dmitry Torokhov
0f9bcf22 35e688ec

+3 -3
+3 -3
Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml
··· 53 53 54 54 wakeup-source: true 55 55 56 - allOf: 57 - - $ref: touchscreen.yaml 58 - 59 56 required: 60 57 - compatible 61 58 - reg 62 59 - interrupts 60 + 61 + allOf: 62 + - $ref: touchscreen.yaml 63 63 64 64 unevaluatedProperties: false 65 65