Commit f0f54727 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: Revert "media: dt-bindings: media: Use OF graph schema"

This reverts commit f61eb7bc.

While aligning with the OF graph schema will be done for the media DT
bindings, this patch got merged a little too hastily. Revert it for now.
Suggested-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent d5da31f9
......@@ -70,7 +70,6 @@ properties:
# See ./video-interfaces.txt for details
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
additionalProperties: false
properties:
......
......@@ -43,7 +43,6 @@ properties:
# See ./video-interfaces.txt for details
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
properties:
endpoint:
......
......@@ -36,9 +36,17 @@ properties:
maxItems: 1
port:
$ref: /schemas/graph.yaml#/properties/port
ports: true
type: object
description:
A node containing a single endpoint as doucmented in
Documentation/devicetree/bindings/media/video-interfaces.txt
ports:
type: object
description:
A node containing input and output port nodes with endpoint definitions
as documented in
Documentation/devicetree/bindings/media/video-interfaces.txt
additionalProperties: false
......@@ -72,19 +80,24 @@ allOf:
then:
properties:
ports:
$ref: /schemas/graph.yaml#/properties/ports
properties:
'#address-cells':
const: 1
'#size-cells':
const: 0
port@3:
type: object
description: Output port
patternProperties:
"^port@[0-2]$":
type: object
description: Input port
required:
- port@3
unevaluatedProperties: false
additionalProperties: false
required:
- ports
......@@ -97,20 +110,24 @@ allOf:
then:
properties:
ports:
$ref: /schemas/graph.yaml#/properties/ports
properties:
'#address-cells':
const: 1
'#size-cells':
const: 0
port@6:
type: object
description: Output port
patternProperties:
"^port@[0-5]$":
type: object
description: Input port
required:
- port@6
unevaluatedProperties: false
additionalProperties: false
required:
- ports
......
......@@ -64,12 +64,16 @@ properties:
description:
Select which input is selected after reset.
ports: true
ports:
type: object
description:
A node containing input and output port nodes with endpoint definitions
as documented in
Documentation/devicetree/bindings/media/video-interfaces.txt
required:
- compatible
- reg
- ports
additionalProperties: false
......@@ -82,17 +86,25 @@ allOf:
then:
properties:
ports:
$ref: /schemas/graph.yaml#/properties/ports
properties:
'#address-cells':
const: 1
'#size-cells':
const: 0
port@0:
type: object
description: Input port
port@1:
type: object
description: Output port
required:
- port@1
unevaluatedProperties: false
additionalProperties: false
required:
- ports
- if:
properties:
......@@ -102,19 +114,27 @@ allOf:
then:
properties:
ports:
$ref: /schemas/graph.yaml#/properties/ports
properties:
'#address-cells':
const: 1
'#size-cells':
const: 0
port@2:
type: object
description: Output port
patternProperties:
"^port@[0-1]$":
type: object
description: Input port
required:
- port@2
unevaluatedProperties: false
additionalProperties: false
required:
- ports
examples:
- |
......
......@@ -41,7 +41,7 @@ properties:
maxItems: 1
port:
$ref: /schemas/graph.yaml#/properties/port
type: object
description: |
Output video port. See ../video-interfaces.txt.
......
......@@ -86,12 +86,33 @@ properties:
maxItems: 3
port:
$ref: /schemas/graph.yaml#/properties/port
description:
type: object
additionalProperties: false
description: -|
Connection to the remote GMSL endpoint are modelled using the OF graph
bindings in accordance with the video interface bindings defined in
Documentation/devicetree/bindings/media/video-interfaces.txt.
The device node contains a single "port" child node with a single
"endpoint" sub-device.
properties:
endpoint:
type: object
additionalProperties: false
properties:
remote-endpoint:
description: -|
phandle to the remote GMSL endpoint sub-node in the remote node
port.
maxItems: 1
required:
- remote-endpoint
required:
- endpoint
required:
- compatible
......
......@@ -47,8 +47,6 @@ properties:
# See ../video-interfaces.txt for more details
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
properties:
endpoint:
type: object
......@@ -76,8 +74,6 @@ properties:
required:
- link-frequencies
additionalProperties: false
required:
- compatible
- reg
......
......@@ -53,25 +53,56 @@ properties:
ports:
type: object
$ref: /schemas/graph.yaml#/properties/ports
description: |
The connections to the MAX9286 GMSL and its endpoint nodes are modelled
using the OF graph bindings in accordance with the video interface
bindings defined in
Documentation/devicetree/bindings/media/video-interfaces.txt.
The following table lists the port number corresponding to each device
port.
Port Description
----------------------------------------
Port 0 GMSL Input 0
Port 1 GMSL Input 1
Port 2 GMSL Input 2
Port 3 GMSL Input 3
Port 4 CSI-2 Output
properties:
port@0:
description: GMSL Input 0
'#address-cells':
const: 1
'#size-cells':
const: 0
port@1:
description: GMSL Input 1
port@[0-3]:
type: object
properties:
reg:
enum: [ 0, 1, 2, 3 ]
port@2:
description: GMSL Input 2
endpoint:
type: object
port@3:
description: GMSL Input 3
properties:
remote-endpoint:
description: |
phandle to the remote GMSL source endpoint subnode in the
remote node port.
required:
- remote-endpoint
required:
- reg
- endpoint
additionalProperties: false
port@4:
type: object
description: CSI-2 Output
properties:
reg:
const: 4
......@@ -99,8 +130,6 @@ properties:
required:
- port@4
unevaluatedProperties: false
i2c-mux:
type: object
description: |
......@@ -155,8 +184,25 @@ properties:
requirements of the currently connected remote device.
port:
$ref: /schemas/graph.yaml#/properties/port
description: Connection to the MAX9286 sink.
type: object
properties:
endpoint:
type: object
properties:
remote-endpoint:
description: phandle to the MAX9286 sink endpoint.
required:
- remote-endpoint
additionalProperties: false
required:
- endpoint
additionalProperties: false
required:
- compatible
......
......@@ -32,7 +32,10 @@ properties:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
description: |-
Should contain one endpoint sub-node used to model connection to the
video receiver according to the specification defined in
Documentation/devicetree/bindings/media/video-interfaces.txt.
properties:
endpoint:
......
......@@ -58,8 +58,11 @@ properties:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
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:
......
......@@ -38,7 +38,6 @@ properties:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
description: |
Video output port. See ../video-interfaces.txt.
......
......@@ -55,7 +55,6 @@ properties:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
description: |
Video output port. See ../video-interfaces.txt.
......
......@@ -44,7 +44,8 @@ properties:
maxItems: 1
port:
$ref: /schemas/graph.yaml#/properties/port
type: object
description: Output video port. See ../video-interfaces.txt.
required:
- compatible
......
......@@ -25,7 +25,6 @@ properties:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
additionalProperties: false
properties:
......
......@@ -35,7 +35,6 @@ properties:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
additionalProperties: false
properties:
......
......@@ -47,7 +47,10 @@ properties:
ports:
type: object
$ref: /schemas/graph.yaml#/properties/ports
description:
A node containing input and output port nodes with endpoint definitions
as documented in
Documentation/devicetree/bindings/media/video-interfaces.txt
properties:
port@0:
......@@ -81,15 +84,38 @@ properties:
additionalProperties: false
port@1:
type: object
description:
Output port node, multiple endpoints describing all the R-Car VIN
modules connected the CSI-2 receiver.
required:
- port@0
- port@1
properties:
'#address-cells':
const: 1
'#size-cells':
const: 0
reg:
const: 1
patternProperties:
"^endpoint@[0-9a-f]$":
type: object
unevaluatedProperties: false
properties:
reg:
maxItems: 1
remote-endpoint: true
required:
- reg
- remote-endpoint
additionalProperties: false
additionalProperties: false
required:
- compatible
......
......@@ -70,7 +70,6 @@ properties:
#The per-board settings for Gen2 and RZ/G1 platforms:
port:
type: object
$ref: /schemas/graph.yaml#/properties/port
description:
A node containing a parallel input with a single endpoint definitions as
documented in
......@@ -125,7 +124,9 @@ properties:
ports:
type: object
$ref: /schemas/graph.yaml#/properties/ports
description:
A node containing input nodes with endpoint definitions as documented in
Documentation/devicetree/bindings/media/video-interfaces.txt
properties:
port@0:
......@@ -271,8 +272,6 @@ properties:
additionalProperties: false
unevaluatedProperties: false
required:
- compatible
- reg
......
......@@ -37,9 +37,12 @@ properties:
maxItems: 1
port:
$ref: /schemas/graph.yaml#/properties/port
type: object
description:
DCMI supports a single port node with parallel bus.
DCMI supports a single port node with parallel bus. It should contain
one 'port' child node with child 'endpoint' node. Please refer to the
bindings defined in
Documentation/devicetree/bindings/media/video-interfaces.txt.
properties:
endpoint:
......
......@@ -70,18 +70,23 @@ properties:
# See ./video-interfaces.txt for details
ports:
type: object
$ref: /schemas/graph.yaml#/properties/ports
unevaluatedProperties: false
additionalProperties: false
properties:
"#address-cells":
const: 1
"#size-cells":
const: 0
port@0:
type: object
description: CSI2 Port #0
additionalProperties: false
properties:
reg:
const: 0
description: CSI2 Port #0
patternProperties:
endpoint:
......@@ -103,12 +108,12 @@ properties:
port@1:
type: object
description: CSI2 Port #1
additionalProperties: false
properties:
reg:
const: 1
description: CSI2 Port #1
patternProperties:
endpoint:
......@@ -129,6 +134,8 @@ properties:
- reg
required:
- "#address-cells"
- "#size-cells"
- port@0
required:
......
......@@ -98,7 +98,6 @@ properties:
ports:
type: object
$ref: /schemas/graph.yaml#/properties/ports
properties:
port@0:
......@@ -142,11 +141,29 @@ properties:
additionalProperties: false
port@1:
type: object
description: |
Output / source port node, endpoint describing modules
connected the CSI-2 receiver.
unevaluatedProperties: false
properties:
reg:
const: 1
endpoint:
type: object
properties:
remote-endpoint: true
required:
- remote-endpoint
additionalProperties: false
additionalProperties: false
required:
- compatible
......
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