Skip to content

Commit

Permalink
media: dt-bindings: media: renesas,vin: Add r8a779a0 support
Browse files Browse the repository at this point in the history
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 <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Niklas Söderlund authored and Mauro Carvalho Chehab committed Jun 2, 2021
1 parent d443d83 commit 8f6a0ea
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion Documentation/devicetree/bindings/media/renesas,vin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ properties:
- renesas,vin-r8a77980 # R-Car V3H
- renesas,vin-r8a77990 # R-Car E3
- renesas,vin-r8a77995 # R-Car D3
- renesas,vin-r8a779a0 # R-Car V3U

reg:
maxItems: 1
Expand Down Expand Up @@ -111,7 +112,7 @@ properties:
description: VIN channel number
$ref: /schemas/types.yaml#/definitions/uint32
minimum: 0
maximum: 15
maximum: 31

ports:
$ref: /schemas/graph.yaml#/properties/ports
Expand Down Expand Up @@ -187,6 +188,29 @@ properties:
- required:
- endpoint@3

port@2:
$ref: /schemas/graph.yaml#/properties/port
description:
Input port node, multiple endpoints describing all the R-Car ISP
modules connected the VIN.

properties:
endpoint@0:
$ref: /schemas/graph.yaml#/properties/endpoint
description: Endpoint connected to ISP0.

endpoint@1:
$ref: /schemas/graph.yaml#/properties/endpoint
description: Endpoint connected to ISP1.

endpoint@2:
$ref: /schemas/graph.yaml#/properties/endpoint
description: Endpoint connected to ISP2.

endpoint@3:
$ref: /schemas/graph.yaml#/properties/endpoint
description: Endpoint connected to ISP3.

required:
- compatible
- reg
Expand Down

0 comments on commit 8f6a0ea

Please sign in to comment.