diff options
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2023-03-30 16:47:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-04-15 09:13:32 +0200 |
commit | d6de57ce85862f7e3f8e43524b2a5d38fd52a843 (patch) | |
tree | 75cdf4d5f261c45cd376559850c171d1ae18d303 /Documentation | |
parent | media: staging: media: sun6i-isp: Convert to platform remove callback returni... (diff) | |
download | linux-d6de57ce85862f7e3f8e43524b2a5d38fd52a843.tar.xz linux-d6de57ce85862f7e3f8e43524b2a5d38fd52a843.zip |
media: dt-bindings: media: renesas,isp: Add binding for V4H
Document support for the ISP module in the Renesas V4H (r8a779g0) SoC.
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/renesas,isp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/renesas,isp.yaml b/Documentation/devicetree/bindings/media/renesas,isp.yaml index 514857d36f6b..33650a1ea034 100644 --- a/Documentation/devicetree/bindings/media/renesas,isp.yaml +++ b/Documentation/devicetree/bindings/media/renesas,isp.yaml @@ -21,6 +21,7 @@ properties: items: - enum: - renesas,r8a779a0-isp # V3U + - renesas,r8a779g0-isp # V4H reg: maxItems: 1 |