Hi Daniel, Thanks for your patch! > From: Daniel Scally <dan.scally@xxxxxxxxxxxxxxxx> > Sent: 06 May 2025 13:13 > Subject: [PATCH 1/4] dt-bindings: clock: Add macros for RZ/V2H ISP clocks > > From: Daniel Scally <dan.scally+renesas@xxxxxxxxxxxxxxxx> > > Add macros for the RZ/V2H ISP clocks so that they can be referred to > descriptively in the drivers. I don't think this patch is needed. Cheers, Fab > > Signed-off-by: Daniel Scally <dan.scally+renesas@xxxxxxxxxxxxxxxx> > --- > include/dt-bindings/clock/renesas,r9a09g057-cpg.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/dt-bindings/clock/renesas,r9a09g057-cpg.h b/include/dt- > bindings/clock/renesas,r9a09g057-cpg.h > index 541e6d719bd6..cb2ccd9068db 100644 > --- a/include/dt-bindings/clock/renesas,r9a09g057-cpg.h > +++ b/include/dt-bindings/clock/renesas,r9a09g057-cpg.h > @@ -17,5 +17,9 @@ > #define R9A09G057_CM33_CLK0 6 > #define R9A09G057_CST_0_SWCLKTCK 7 > #define R9A09G057_IOTOP_0_SHCLK 8 > +#define R9A09G057_ISP0_ACLK 226 > +#define R9A09G057_ISP0_PCLK 227 > +#define R9A09G057_ISP0_VIN_ACLK 228 > +#define R9A09G057_ISP0_SCLK 229 > > #endif /* __DT_BINDINGS_CLOCK_RENESAS_R9A09G057_CPG_H__ */ > -- > 2.34.1 >