From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi all, This patch series adds support for the Renesas OS Timer (OSTM) found on the Renesas RZ/V2N (R9A09G056) SoC. The OSTM IP on RZ/V2N is identical to that on other RZ families. v1->v2: - Inveted the logic in the dt-bindings to require the "resets" property - Instead of adding config for new SoC, changed the probe condition to `CONFIG_ARM64`. - Updated commit messages - Added a Reviewed-by tag from Geert. v1: https://lore.kernel.org/all/20250501123709.56513-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ Cheers, Prabhakar Lad Prabhakar (2): dt-bindings: timer: renesas,ostm: Document RZ/V2N (R9A09G056) support clocksource/drivers/renesas-ostm: Enable reprobe for all ARM64 SoCs .../devicetree/bindings/timer/renesas,ostm.yaml | 12 ++++++------ drivers/clocksource/renesas-ostm.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) -- 2.49.0