Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+25 -39
+1 -1
Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
··· 109 109 - resets 110 110 - ddc 111 111 112 - unevaluatedProperties: false 112 + additionalProperties: false 113 113 114 114 examples: 115 115 - |
+7 -7
Documentation/devicetree/bindings/media/i2c/imx258.yaml
··· 49 49 50 50 # See ../video-interfaces.txt for more details 51 51 port: 52 - type: object 52 + $ref: /schemas/graph.yaml#/properties/port 53 + additionalProperties: false 54 + 53 55 properties: 54 56 endpoint: 55 - type: object 57 + $ref: /schemas/media/video-interfaces.yaml# 58 + unevaluatedProperties: false 59 + 56 60 properties: 57 61 data-lanes: 58 62 oneOf: ··· 69 65 - const: 1 70 66 - const: 2 71 67 72 - link-frequencies: 73 - allOf: 74 - - $ref: /schemas/types.yaml#/definitions/uint64-array 75 - description: 76 - Allowed data bus frequencies. 68 + link-frequencies: true 77 69 78 70 required: 79 71 - data-lanes
+2 -3
Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml
··· 31 31 maxItems: 1 32 32 33 33 port: 34 - $ref: /schemas/graph.yaml#/$defs/port-base 34 + $ref: /schemas/graph.yaml#/properties/port 35 + additionalProperties: false 35 36 36 37 properties: 37 38 endpoint: ··· 41 40 42 41 properties: 43 42 clock-noncontinuous: true 44 - 45 - additionalProperties: false 46 43 47 44 required: 48 45 - compatible
+5 -11
Documentation/devicetree/bindings/media/i2c/ovti,ov5648.yaml
··· 44 44 description: Reset Pin GPIO Control (active low) 45 45 46 46 port: 47 - type: object 48 47 description: MIPI CSI-2 transmitter port 48 + $ref: /schemas/graph.yaml#/properties/port 49 + additionalProperties: false 49 50 50 51 properties: 51 52 endpoint: 52 - type: object 53 + $ref: /schemas/media/video-interfaces.yaml# 54 + unevaluatedProperties: false 53 55 54 56 properties: 55 - remote-endpoint: true 56 - 57 - link-frequencies: 58 - $ref: /schemas/types.yaml#/definitions/uint64-array 59 - description: Allowed MIPI CSI-2 link frequencies 57 + link-frequencies: true 60 58 61 59 data-lanes: 62 60 minItems: 1 ··· 63 65 required: 64 66 - data-lanes 65 67 - link-frequencies 66 - - remote-endpoint 67 - 68 - required: 69 - - endpoint 70 68 71 69 required: 72 70 - compatible
+5 -11
Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml
··· 44 44 description: Reset Pin GPIO Control (active low) 45 45 46 46 port: 47 - type: object 48 47 description: MIPI CSI-2 transmitter port 48 + $ref: /schemas/graph.yaml#/properties/port 49 + additionalProperties: false 49 50 50 51 properties: 51 52 endpoint: 52 - type: object 53 + $ref: /schemas/media/video-interfaces.yaml# 54 + unevaluatedProperties: false 53 55 54 56 properties: 55 - remote-endpoint: true 56 - 57 - link-frequencies: 58 - $ref: /schemas/types.yaml#/definitions/uint64-array 59 - description: Allowed MIPI CSI-2 link frequencies 57 + link-frequencies: true 60 58 61 59 data-lanes: 62 60 minItems: 1 ··· 63 65 required: 64 66 - data-lanes 65 67 - link-frequencies 66 - - remote-endpoint 67 - 68 - required: 69 - - endpoint 70 68 71 69 required: 72 70 - compatible
+5 -6
Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml
··· 36 36 description: Reference to the GPIO connected to the XCLR pin, if any. 37 37 38 38 port: 39 - type: object 40 39 additionalProperties: false 41 40 $ref: /schemas/graph.yaml#/properties/port 42 41 43 42 properties: 44 43 endpoint: 45 - type: object 44 + $ref: /schemas/media/video-interfaces.yaml# 45 + unevaluatedProperties: false 46 + 46 47 properties: 47 - data-lanes: 48 - $ref: ../video-interfaces.yaml#/properties/data-lanes 49 - link-frequencies: 50 - $ref: ../video-interfaces.yaml#/properties/link-frequencies 48 + data-lanes: true 49 + link-frequencies: true 51 50 52 51 required: 53 52 - data-lanes