[PATCH 01/11] dt-bindings: media: i2c: st,vd55g1: Move allOf: after required:

From: Peter Marshall

Date: Fri Sep 18 2026 - 18:19:31 EST


Update this binding to follow the ordering convention of
example-schema.yaml which places allOf: after required:. No functional
change.

Signed-off-by: Peter Marshall <pm@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml b/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
index dfd87beba065..ea0ae1ea12b9 100644
--- a/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
@@ -20,9 +20,6 @@ description: |-
lane. The sensor provides 4 GPIOS that can be used for external LED signal
(synchronized with sensor integration periods).

-allOf:
- - $ref: /schemas/media/video-interface-devices.yaml#
-
properties:
compatible:
enum:
@@ -101,6 +98,9 @@ required:
- reset-gpios
- port

+allOf:
+ - $ref: /schemas/media/video-interface-devices.yaml#
+
unevaluatedProperties: false

examples:
--
2.55.0