> -----Original Message----- > From: Prabhakar <prabhakar.csengg@xxxxxxxxx> > 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.rj@xxxxxxxxxxxxxx> > > 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.rj@xxxxxxxxxxxxxx> Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>