Skip to content

Commit e2e73ed

Browse files
Jacopo MondiHans Verkuil
authored andcommitted
media: dt-bindings: sony,imx415: 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. Because all properties are now accepted, there is no need to explicitly allow them in the schema. 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 af91ed3 commit e2e73ed

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ properties:
4444
description: Sensor reset (XCLR) GPIO
4545
maxItems: 1
4646

47-
flash-leds: true
48-
49-
lens-focus: true
50-
51-
orientation: true
52-
53-
rotation: true
54-
5547
port:
5648
$ref: /schemas/graph.yaml#/$defs/port-base
5749

@@ -88,7 +80,7 @@ required:
8880
- ovdd-supply
8981
- port
9082

91-
additionalProperties: false
83+
unevaluatedProperties: false
9284

9385
examples:
9486
- |

0 commit comments

Comments
 (0)