Commit b2d05946 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Mauro Carvalho Chehab

media: dt-bindings: media: ov772x: Make bus-type mandatory

In order to establish required properties based on the selected
bus type, make the 'bus-type' property mandatory. As this change
documents an endpoint property, also document the 'remote-endpoint'
one now that the 'endpoint' schema has been expanded.

Binary compatibility with existing DTB is kept as the driver does not
enforce the property to be present, and shall fall-back to default
parallel bus configuration, which was the only supported bus type, if
the property is not specified.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 898bd5b5
...@@ -41,6 +41,21 @@ properties: ...@@ -41,6 +41,21 @@ properties:
description: | description: |
Video output port. See ../video-interfaces.txt. Video output port. See ../video-interfaces.txt.
properties:
endpoint:
type: object
properties:
bus-type:
enum: [5, 6]
required:
- bus-type
unevaluatedProperties: false
additionalProperties: false
required: required:
- compatible - compatible
- reg - reg
...@@ -65,6 +80,7 @@ examples: ...@@ -65,6 +80,7 @@ examples:
port { port {
ov772x_0: endpoint { ov772x_0: endpoint {
bus-type = <5>;
remote-endpoint = <&vcap1_in0>; remote-endpoint = <&vcap1_in0>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment