diff options
author | 2025-04-07 17:51:55 +0100 | |
---|---|---|
committer | 2025-04-22 11:27:12 +0200 | |
commit | 6e1c795071359dc36e26ed96a271e06687d84f74 (patch) | |
tree | 152b0246637de23e8cf1cf82fccf110e4e454233 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | clk: renesas: rzv2h: Add support for static mux clocks (diff) | |
download | linux-rng-6e1c795071359dc36e26ed96a271e06687d84f74.tar.xz linux-rng-6e1c795071359dc36e26ed96a271e06687d84f74.zip |
clk: renesas: rzv2h: Add macro for defining static dividers
Unlike dynamic dividers, static dividers do not have a monitor bit.
Introduce the `DEF_CSDIV()` macro for defining static dividers, ensuring
consistency with existing dynamic divider macros.
Additionally, introduce the `CSDIV_NO_MON` macro to indicate the absence
of a monitor bit, allowing the monitoring step to be skipped when `mon`
is set to `CSDIV_NO_MON`.
Note, `rzv2h_cpg_ddiv_clk_register()` will be re-used instead of generic
`clk_hw_register_divider_table()` for registering satic dividers as some
of the static dividers require RMW operations.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250407165202.197570-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions