Skip to content

Commit 8f6a0ea

Browse files
Niklas Söderlundmchehab
authored andcommitted
media: dt-bindings: media: renesas,vin: Add r8a779a0 support
Document support for the VIN module in the Renesas V3U (r8a779a0) SoC. The V3U is different from other SoCs as it have 32 instead of 8 (most of Gen3) or 16 (V3H) VIN instances. The VIN instances are also connected to a new IP the R-Car ISP Channel Selector. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent d443d83 commit 8f6a0ea

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

Documentation/devicetree/bindings/media/renesas,vin.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ properties:
5151
- renesas,vin-r8a77980 # R-Car V3H
5252
- renesas,vin-r8a77990 # R-Car E3
5353
- renesas,vin-r8a77995 # R-Car D3
54+
- renesas,vin-r8a779a0 # R-Car V3U
5455

5556
reg:
5657
maxItems: 1
@@ -111,7 +112,7 @@ properties:
111112
description: VIN channel number
112113
$ref: /schemas/types.yaml#/definitions/uint32
113114
minimum: 0
114-
maximum: 15
115+
maximum: 31
115116

116117
ports:
117118
$ref: /schemas/graph.yaml#/properties/ports
@@ -187,6 +188,29 @@ properties:
187188
- required:
188189
- endpoint@3
189190

191+
port@2:
192+
$ref: /schemas/graph.yaml#/properties/port
193+
description:
194+
Input port node, multiple endpoints describing all the R-Car ISP
195+
modules connected the VIN.
196+
197+
properties:
198+
endpoint@0:
199+
$ref: /schemas/graph.yaml#/properties/endpoint
200+
description: Endpoint connected to ISP0.
201+
202+
endpoint@1:
203+
$ref: /schemas/graph.yaml#/properties/endpoint
204+
description: Endpoint connected to ISP1.
205+
206+
endpoint@2:
207+
$ref: /schemas/graph.yaml#/properties/endpoint
208+
description: Endpoint connected to ISP2.
209+
210+
endpoint@3:
211+
$ref: /schemas/graph.yaml#/properties/endpoint
212+
description: Endpoint connected to ISP3.
213+
190214
required:
191215
- compatible
192216
- reg

0 commit comments

Comments
 (0)