From: Michael Riesch <michael.riesch@collabora.com>
To: Amin Gattout <amin.gattout@gmail.com>,
Mehdi Djait <mehdi.djait@linux.intel.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>
Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] media: dt-bindings: add rockchip rk3576 vicap
Date: Fri, 18 Sep 2026 23:21:11 +0200 [thread overview]
Message-ID: <c38e3ec8-74a3-4ab9-9d76-c5fe020284ea@collabora.com> (raw)
In-Reply-To: <20260915-vicap-rk3576-v1-1-d3f5eb58a0b5@gmail.com>
Hi Amin,
Thanks for the patch, LGTM!
On 9/15/26 14:27, Amin Gattout wrote:
> Add the compatible for the Video Capture (VICAP) unit of the Rockchip
> RK3576. This variant features five MIPI CSI-2 ports and a connection
> to the image signal processor (ISP). The pixel clock of each MIPI port
> enters the VICAP through a dedicated gate in the clock and reset unit,
> so the variant takes five interface clocks and five interface resets
> in addition to the aclk, hclk and dclk of the other variants.
>
> Signed-off-by: Amin Gattout <amin.gattout@gmail.com>
Reviewed-by: Michael Riesch <michael.riesch@collabora.com>
Best regards,
Michael
> ---
> .../bindings/media/rockchip,rk3568-vicap.yaml | 46 +++++++++++++++++++++-
> 1 file changed, 45 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/media/rockchip,rk3568-vicap.yaml b/Documentation/devicetree/bindings/media/rockchip,rk3568-vicap.yaml
> index 080b64503b1b..b7dfaf3b378d 100644
> --- a/Documentation/devicetree/bindings/media/rockchip,rk3568-vicap.yaml
> +++ b/Documentation/devicetree/bindings/media/rockchip,rk3568-vicap.yaml
> @@ -15,6 +15,10 @@ description:
> the data from camera sensors, video decoders, or other companion ICs and
> transfers it into system main memory by AXI bus.
>
> + The Rockchip RK3576 Video Capture (VICAP) is similar to its RK3568
> + counterpart, but features five MIPI CSI-2 ports and an additional
> + connection to the image signal processor (ISP) block.
> +
> The Rockchip RK3588 Video Capture (VICAP) is similar to its RK3568
> counterpart, but features six MIPI CSI-2 ports and additional connections
> to the image signal processor (ISP) blocks.
> @@ -23,6 +27,7 @@ properties:
> compatible:
> enum:
> - rockchip,rk3568-vicap
> + - rockchip,rk3576-vicap
> - rockchip,rk3588-vicap
>
> reg:
> @@ -33,7 +38,7 @@ properties:
>
> clocks:
> minItems: 4
> - maxItems: 5
> + maxItems: 8
>
> clock-names:
> items:
> @@ -42,6 +47,9 @@ properties:
> - const: dclk
> - const: iclk
> - const: iclk1
> + - const: iclk2
> + - const: iclk3
> + - const: iclk4
> minItems: 4
>
> iommus:
> @@ -221,6 +229,40 @@ allOf:
>
> port@11: false
>
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: rockchip,rk3576-vicap
> + then:
> + properties:
> + clocks:
> + minItems: 8
> +
> + clock-names:
> + minItems: 8
> +
> + resets:
> + minItems: 8
> + maxItems: 8
> +
> + reset-names:
> + items:
> + - const: arst
> + - const: hrst
> + - const: drst
> + - const: irst0
> + - const: irst1
> + - const: irst2
> + - const: irst3
> + - const: irst4
> +
> + ports:
> + properties:
> + port@6: false
> +
> + port@11: false
> +
> - if:
> properties:
> compatible:
> @@ -230,9 +272,11 @@ allOf:
> properties:
> clocks:
> minItems: 5
> + maxItems: 5
>
> clock-names:
> minItems: 5
> + maxItems: 5
>
> resets:
> minItems: 9
>
next prev parent reply other threads:[~2026-09-18 21:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-15 12:27 [PATCH 0/3] media: rockchip: add support for the RK3576 Video Capture unit Amin Gattout
2026-09-15 12:27 ` [PATCH 1/3] media: dt-bindings: add rockchip rk3576 vicap Amin Gattout
2026-09-15 16:31 ` Conor Dooley
2026-09-18 21:21 ` Michael Riesch [this message]
2026-09-15 12:27 ` [PATCH 2/3] media: rockchip: rkcif: add support for rk3576 vicap mipi capture Amin Gattout
2026-09-18 21:10 ` Michael Riesch
2026-09-15 12:27 ` [PATCH 3/3] arm64: dts: rockchip: add vicap node to rk3576 Amin Gattout
2026-09-18 21:20 ` Michael Riesch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c38e3ec8-74a3-4ab9-9d76-c5fe020284ea@collabora.com \
--to=michael.riesch@collabora.com \
--cc=amin.gattout@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=mehdi.djait@linux.intel.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®