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. v3->v4: - Added __maybe_unused to the of_device_id table to avoid build warnings when CONFIG_OF is disabled. - Added Reviewed-by and Tested-by tags from Geert. - Updated commit message to clarify the change in patch 2/2. v2->v3: - Dropped config check and unconditionally enabled reprobe support for all SoCs. 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: Unconditionally enable reprobe support .../devicetree/bindings/timer/renesas,ostm.yaml | 12 ++++++------ drivers/clocksource/renesas-ostm.c | 4 +--- 2 files changed, 7 insertions(+), 9 deletions(-) -- 2.49.0