[PATCH v4 2/8] media: dt-bindings: add rockchip rk3588 vicap
Michael Riesch
michael.riesch at collabora.com
Wed May 13 07:47:25 PDT 2026
Hi Rob,
On 5/13/26 14:48, Rob Herring wrote:
> On Fri, May 08, 2026 at 09:31:45PM +0200, Michael Riesch wrote:
>>[...]
>> properties:
>> compatible:
>> - const: rockchip,rk3568-vicap
>> + enum:
>> + - rockchip,rk3568-vicap
>> + - rockchip,rk3588-vicap
>>
>> reg:
>> maxItems: 1
>> @@ -26,37 +32,23 @@ properties:
>> maxItems: 1
>>
>> clocks:
>> - items:
>> - - description: ACLK
>> - - description: HCLK
>> - - description: DCLK
>> - - description: ICLK
>> + minItems: 4
>> + maxItems: 5
>>
>> clock-names:
>> - items:
>> - - const: aclk
>> - - const: hclk
>> - - const: dclk
>> - - const: iclk
>
> Just keep this here and add iclk1 on the end along with 'minItems: 4'.
Just to make sure I get it right: The names on the RK3588 would then be
aclk, hclk, dclk, iclk, iclk1
?
I liked that zero. But OK.
Looking into the future, the RK3576 downstream has aclk, hclk, dclk,
iclk{0-4} [0]. Again, if we rename "iclk0" -> "iclk", we can do the same
trick.
However, the RK3562 downstream has aclk, hclk, dclk, csirx{0-3} [1]. We
could rename those to iclk, as those iclks seem to refer to the CSI
hosts/receivers.
Yeah, should work I think. Will update in v5.
Best regards,
Michael
>
>> + minItems: 4
>> + maxItems: 5
>
[0]
https://github.com/rockchip-linux/kernel/blob/develop-6.6/arch/arm64/boot/dts/rockchip/rk3576.dtsi#L3342
[1]
https://github.com/rockchip-linux/kernel/blob/develop-6.6/arch/arm64/boot/dts/rockchip/rk3562.dtsi#L2073
More information about the Linux-rockchip
mailing list