Skip to content

Commit d169287

Browse files
Jacopo MondiHans Verkuil
authored andcommitted
media: dt-bindings: ovti,ov4689: Allow props from video-interface-devices
All the properties described by video-interface-devices.yaml are allowed for the image sensor, make them accepted by changing "additionalProperties: false" to "unevaluatedProperties: false" at the schema top-level. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent d85ce91 commit d169287

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Documentation/devicetree/bindings/media/i2c/ovti,ov4689.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ properties:
5252
description:
5353
GPIO connected to the reset pin (active low)
5454

55-
orientation: true
56-
57-
rotation: true
58-
5955
port:
6056
$ref: /schemas/graph.yaml#/$defs/port-base
6157
additionalProperties: false
@@ -95,7 +91,7 @@ required:
9591
- dvdd-supply
9692
- port
9793

98-
additionalProperties: false
94+
unevaluatedProperties: false
9995

10096
examples:
10197
- |

0 commit comments

Comments
 (0)