File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Documentation/devicetree/bindings/media Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -99,32 +99,26 @@ properties:
99
99
Indicates that the channel acts as primary among the bonded channels.
100
100
101
101
port :
102
- type : object
102
+ $ref : /schemas/graph.yaml#/properties/port
103
+ unevaluatedProperties : false
103
104
description :
104
- Child port node corresponding to the data input, in accordance with the
105
- video interface bindings defined in
106
- Documentation/devicetree/bindings/media/video-interfaces.txt.
107
- The port node must contain at least one endpoint.
105
+ Child port node corresponding to the data input. The port node must
106
+ contain at least one endpoint.
108
107
109
108
properties :
110
109
endpoint :
111
- type : object
110
+ $ref : /schemas/graph.yaml#/$defs/endpoint-base
111
+ unevaluatedProperties : false
112
112
113
113
properties :
114
- remote-endpoint :
115
- description :
116
- A phandle to the remote tuner endpoint subnode in remote node
117
- port.
118
-
119
114
sync-active :
115
+ $ref : /schemas/types.yaml#/definitions/uint32
120
116
enum : [0, 1]
121
117
description :
122
118
Indicates sync signal polarity, 0/1 for low/high respectively.
123
119
This property maps to SYNCAC bit in the hardware manual. The
124
120
default is 1 (active high).
125
121
126
- additionalProperties : false
127
-
128
122
required :
129
123
- compatible
130
124
- reg
You can’t perform that action at this time.
0 commit comments