summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/media/i2c/ov8856.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-01-04 19:58:08 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-23 00:40:15 +0300
commit066a94e28a23e04c0e9cb293f9ead56d409d7e41 (patch)
tree716b8caac927880937e86d97733056a3c05b46cb /Documentation/devicetree/bindings/media/i2c/ov8856.yaml
parent41f42b6e693dc9822f83bc832de508600b00535f (diff)
downloadlinux-066a94e28a23e04c0e9cb293f9ead56d409d7e41.tar.xz
media: dt-bindings: media: Use graph and video-interfaces schemas
Now that we have graph and video-interfaces schemas, rework the media related schemas to use them. Cc: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Maxime Ripard <mripard@kernel.org> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/media/i2c/ov8856.yaml')
-rw-r--r--Documentation/devicetree/bindings/media/i2c/ov8856.yaml22
1 files changed, 7 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/ov8856.yaml b/Documentation/devicetree/bindings/media/i2c/ov8856.yaml
index cde85553fd01..baf92aaaf049 100644
--- a/Documentation/devicetree/bindings/media/i2c/ov8856.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/ov8856.yaml
@@ -57,16 +57,13 @@ properties:
active low.
port:
- type: object
+ $ref: /schemas/graph.yaml#/$defs/port-base
additionalProperties: false
- description:
- A node containing an output port node with an endpoint definition
- as documented in
- Documentation/devicetree/bindings/media/video-interfaces.txt
properties:
endpoint:
- type: object
+ $ref: /schemas/media/video-interfaces.yaml#
+ unevaluatedProperties: false
properties:
data-lanes:
@@ -79,18 +76,14 @@ properties:
- const: 4
link-frequencies:
- $ref: /schemas/types.yaml#/definitions/uint64-array
- description:
- Allowed data bus frequencies. 360000000, 180000000 Hz or both
- are supported by the driver.
-
+ description: Frequencies listed are driver, not h/w limitations.
+ maxItems: 2
+ items:
+ enum: [ 360000000, 180000000 ]
required:
- link-frequencies
- required:
- - endpoint
-
required:
- compatible
- reg
@@ -139,4 +132,3 @@ examples:
};
};
...
-