Hi, this series cleans up the direct dependency of ARCH_OMAP2PLUS to compile ti/clk.c which holds common functions for other clock drivers. It creates its own config symbols for these common functions and for the omap-cm driver as well.
The omap-cm driver config symbol is added as default enabled. Best Markus Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> --- Changes in v2: - Do not add CLK_TI_OMAP4_CM to all defconfigs, instead add the symbol as default enabled - Link to v1: https://lore.kernel.org/r/20251128-topic-am33-clk-regmap-dep-v2026-01-v1-0-d722c7950...@baylibre.com --- Markus Schneider-Pargmann (TI.com) (2): clk: ti: Split common omap2plus functions into new symbol clk: ti: omap4-cm: Add Kconfig symbol drivers/clk/ti/Kconfig | 18 ++++++++++++++++++ drivers/clk/ti/Makefile | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) --- base-commit: c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 change-id: 20251125-topic-am33-clk-regmap-dep-v2026-01-2682a39beeda Best regards, -- Markus Schneider-Pargmann (TI.com) <[email protected]>

