From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> Add max register offset. Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> --- This patch depends on https://lore.kernel.org/all/20250330214945.185725-2-john.madieu.xa@xxxxxxxxxxxxxx/ drivers/soc/renesas/r9a08g045-sysc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/renesas/r9a08g045-sysc.c b/drivers/soc/renesas/r9a08g045-sysc.c index f4db1431e036..2eea95531290 100644 --- a/drivers/soc/renesas/r9a08g045-sysc.c +++ b/drivers/soc/renesas/r9a08g045-sysc.c @@ -20,4 +20,5 @@ static const struct rz_sysc_soc_id_init_data rzg3s_sysc_soc_id_init_data __initc const struct rz_sysc_init_data rzg3s_sysc_init_data __initconst = { .soc_id_init_data = &rzg3s_sysc_soc_id_init_data, + .max_register_offset = 0xe28, }; -- 2.43.0