From 72765c89176b052d9ccdaa95c253741defd6d249 Mon Sep 17 00:00:00 2001 From: Svyatoslav Ryhel Date: Sun, 31 May 2026 12:29:23 +0300 Subject: [PATCH] dt-bindings: media: mt9m114: document common video device properties Document common video interface device properties, such as rotation and orientation. Signed-off-by: Svyatoslav Ryhel Acked-by: Rob Herring (Arm) Reviewed-by: Laurent Pinchart Link: https://patch.msgid.link/20260531092924.12929-2-clamor95@gmail.com Signed-off-by: Rob Herring (Arm) --- .../devicetree/bindings/media/i2c/onnn,mt9m114.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml index e896f4db24214..2b39614f5cbf7 100644 --- a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml +++ b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml @@ -15,6 +15,9 @@ description: |- an I2C interface and outputs image data over a 8-bit parallel or 1-lane MIPI CSI-2 connection. +allOf: + - $ref: /schemas/media/video-interface-devices.yaml# + properties: compatible: enum: @@ -90,7 +93,7 @@ required: - vaa-supply - port -additionalProperties: false +unevaluatedProperties: false examples: - | -- 2.47.3