diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-05 12:12:28 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-05 12:12:28 -0800 |
commit | 6bf331d5ce8332a47534b5092cd06a7a22451beb (patch) | |
tree | 232ff6c0b38ec0ccdc183d33213ffbbe0ad54564 /Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml | |
parent | 54663cf398e7b2c9e44aeffe41be04cecb9d47c5 (diff) | |
parent | b5a95bb1883e2bac1009cc88e65c71cff6f931e6 (diff) |
Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring:
- Another batch of graph and video-interfaces schema conversions
- Drop DT header symlink for dropped C6X arch
- Fix bcm2711-hdmi schema error
* tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
dt-bindings: media: Use graph and video-interfaces schemas, round 2
dts: drop dangling c6x symlink
dt-bindings: bcm2711-hdmi: Fix broken schema
Diffstat (limited to 'Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml index 24e689314bde..27cc5b7ff613 100644 --- a/Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml @@ -36,18 +36,17 @@ properties: description: Reference to the GPIO connected to the XCLR pin, if any. port: - type: object additionalProperties: false $ref: /schemas/graph.yaml#/properties/port properties: endpoint: - type: object + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + properties: - data-lanes: - $ref: ../video-interfaces.yaml#/properties/data-lanes - link-frequencies: - $ref: ../video-interfaces.yaml#/properties/link-frequencies + data-lanes: true + link-frequencies: true required: - data-lanes |