summaryrefslogtreecommitdiff
path: root/drivers/soc/renesas/rz-sysc.h
diff options
context:
space:
mode:
authorJohn Madieu <john.madieu.xa@bp.renesas.com>2025-01-28 04:13:41 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2025-02-20 17:38:33 +0100
commit4300f38467e71ce3cde978bf14ea1e696912b918 (patch)
tree17ea052cfe0d0c79eaaed52050b13c2a0eab74bc /drivers/soc/renesas/rz-sysc.h
parentd07470cff53b3cfc68a3653c36fbf8ffd1ddaf3c (diff)
soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driver
As per the other SoC variant of the same family, the system controller provides SoC ID in its own registers. Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250128031342.52675-5-john.madieu.xa@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/soc/renesas/rz-sysc.h')
-rw-r--r--drivers/soc/renesas/rz-sysc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/rz-sysc.h b/drivers/soc/renesas/rz-sysc.h
index 4e70b77433a3..aa83948c5117 100644
--- a/drivers/soc/renesas/rz-sysc.h
+++ b/drivers/soc/renesas/rz-sysc.h
@@ -41,5 +41,6 @@ struct rz_sysc_init_data {
extern const struct rz_sysc_init_data rzg3e_sys_init_data;
extern const struct rz_sysc_init_data rzg3s_sysc_init_data;
+extern const struct rz_sysc_init_data rzv2h_sys_init_data;
#endif /* __SOC_RENESAS_RZ_SYSC_H__ */