mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
media: dt-bindings: media: renesas,vsp1: Document RZ/T2H and RZ/N2H SoCs
Document the VSP2 blocks present on the RZ/T2H and RZ/N2H SoCs. The VSP2 implementation on these SoCs is identical to that on the RZ/G2L SoC. Update the schema to disallow the "resets" property for these SoCs to reflect the hardware integration. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260430100929.1088281-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
506742ca85
commit
e98a1f1578
|
|
@ -29,6 +29,8 @@ properties:
|
|||
- renesas,r9a09g047-vsp2 # RZ/G3E
|
||||
- renesas,r9a09g056-vsp2 # RZ/V2N
|
||||
- renesas,r9a09g057-vsp2 # RZ/V2H(P)
|
||||
- renesas,r9a09g077-vsp2 # RZ/T2H
|
||||
- renesas,r9a09g087-vsp2 # RZ/N2H
|
||||
- const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
|
||||
|
||||
reg:
|
||||
|
|
@ -67,7 +69,6 @@ required:
|
|||
- interrupts
|
||||
- clocks
|
||||
- power-domains
|
||||
- resets
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
|
|
@ -101,6 +102,20 @@ allOf:
|
|||
maxItems: 1
|
||||
clock-names: false
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- renesas,r9a09g077-vsp2
|
||||
- renesas,r9a09g087-vsp2
|
||||
then:
|
||||
properties:
|
||||
resets: false
|
||||
else:
|
||||
required:
|
||||
- resets
|
||||
|
||||
examples:
|
||||
# R8A7790 (R-Car H2) VSP1-S
|
||||
- |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user