> -----Original Message-----
> From: Prabhakar <prabhakar.cse...@gmail.com>
> Sent: 28 July 2025 21:15
> Subject: [PATCH v7 1/6] clk: renesas: rzv2h-cpg: Add instance field to struct
> pll
>
> From: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com>
>
> Add a two-bit "instance" member to struct pll and extend the PLL_PACK() macro
> to accept an instance
> parameter. Initialize all existing PLL definitions with instance 0 to
> preserve legacy behavior. This
> change enables support for SoCs with multiple PLL instances (for example,
> RZ/G3E we have two PLL DSIs).
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com>
Reviewed-by: Biju Das <biju.das...@bp.renesas.com>