diff options
author | Biju Das <[email protected]> | 2024-06-05 16:41:14 +0100 |
---|---|---|
committer | Rob Herring (Arm) <[email protected]> | 2024-06-06 15:00:51 -0600 |
commit | 77b023ba4f45ce2bf26edb095b4a81829c9e621b (patch) | |
tree | 5b03ff205f2becc2c4705062c9ed7ee3bc9593aa | |
parent | a749d14e4e9c4257a376ef6629add19961bd0927 (diff) |
media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2 block
Document the CSI-2 block which is part of CRU found in Renesas RZ/G2UL
SoC.
The CSI-2 block on the RZ/G2UL SoC is identical to one found on the
RZ/G2L SoC.
Signed-off-by: Biju Das <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring (Arm) <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/media/renesas,rzg2l-csi2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/renesas,rzg2l-csi2.yaml b/Documentation/devicetree/bindings/media/renesas,rzg2l-csi2.yaml index 67eea2ac1d22..7faa12fecd5b 100644 --- a/Documentation/devicetree/bindings/media/renesas,rzg2l-csi2.yaml +++ b/Documentation/devicetree/bindings/media/renesas,rzg2l-csi2.yaml @@ -19,6 +19,7 @@ properties: compatible: items: - enum: + - renesas,r9a07g043-csi2 # RZ/G2UL - renesas,r9a07g044-csi2 # RZ/G2{L,LC} - renesas,r9a07g054-csi2 # RZ/V2L - const: renesas,rzg2l-csi2 |