From: Daniel Scally <dan.scally+renesas@xxxxxxxxxxxxxxxx> Add macros for the RZ/V2H ISP resets so that they can be referred to descriptively in the drivers. Signed-off-by: Daniel Scally <dan.scally+renesas@xxxxxxxxxxxxxxxx> --- include/dt-bindings/clock/renesas,r9a09g057-cpg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dt-bindings/clock/renesas,r9a09g057-cpg.h b/include/dt-bindings/clock/renesas,r9a09g057-cpg.h index cb2ccd9068db..958a2bd3e679 100644 --- a/include/dt-bindings/clock/renesas,r9a09g057-cpg.h +++ b/include/dt-bindings/clock/renesas,r9a09g057-cpg.h @@ -22,4 +22,10 @@ #define R9A09G057_ISP0_VIN_ACLK 228 #define R9A09G057_ISP0_SCLK 229 +/* Reset Definitions */ +#define R9A09G057_ISP_0_VIN_ARESETN 209 +#define R9A09G057_ISP_0_REG_ARESETN 210 +#define R9A09G057_ISP_0_ISP_SRESETN 211 +#define R9A09G057_ISP_0_PRESETN 212 + #endif /* __DT_BINDINGS_CLOCK_RENESAS_R9A09G057_CPG_H__ */ -- 2.34.1