Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU block

Document the CRU IP found in Renesas RZ/G2UL SoC.

The CRU block on the RZ/G2UL SoC is identical to one found on the
RZ/G2L SoC, but it does not support parallel input.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240605154115.263447-3-biju.das.jz@bp.renesas.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Biju Das and committed by
Rob Herring (Arm)
83138f8f 77b023ba

+31 -4
+31 -4
Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml
··· 19 19 compatible: 20 20 items: 21 21 - enum: 22 + - renesas,r9a07g043-cru # RZ/G2UL 22 23 - renesas,r9a07g044-cru # RZ/G2{L,LC} 23 24 - renesas,r9a07g054-cru # RZ/V2L 24 25 - const: renesas,rzg2l-cru ··· 88 87 Input port node, describing the Image Processing module connected to the 89 88 CSI-2 receiver. 90 89 91 - required: 92 - - port@0 93 - - port@1 94 - 95 90 required: 96 91 - compatible 97 92 - reg ··· 98 101 - resets 99 102 - reset-names 100 103 - power-domains 104 + 105 + allOf: 106 + - if: 107 + properties: 108 + compatible: 109 + contains: 110 + enum: 111 + - renesas,r9a07g044-cru 112 + - renesas,r9a07g054-cru 113 + then: 114 + properties: 115 + ports: 116 + required: 117 + - port@0 118 + - port@1 119 + 120 + - if: 121 + properties: 122 + compatible: 123 + contains: 124 + enum: 125 + - renesas,r9a07g043-cru 126 + then: 127 + properties: 128 + ports: 129 + properties: 130 + port@0: false 131 + 132 + required: 133 + - port@1 101 134 102 135 additionalProperties: false 103 136