Skip to content

[PATCH] clk: mediatek: mt8196: Select REGMAP_MMIO for vlpckgen#11

Draft
akku1139 wants to merge 1 commit into
masterfrom
patch/mt8196-vlpckgen-regmap-mmio
Draft

[PATCH] clk: mediatek: mt8196: Select REGMAP_MMIO for vlpckgen#11
akku1139 wants to merge 1 commit into
masterfrom
patch/mt8196-vlpckgen-regmap-mmio

Conversation

@akku1139

@akku1139 akku1139 commented May 22, 2026

Copy link
Copy Markdown
Owner

The MediaTek MT8196 vlpckgen clock driver uses
__devm_regmap_init_mmio_clk() by devm_regmap_init_mmio(),
which is defined in drivers/base/regmap/regmap-mmio.c.
However, the driver's Kconfig entry does not select REGMAP_MMIO.
This causes a linker error when REGMAP_MMIO is not enabled.

Fix this by selecting REGMAP_MMIO in the Kconfig entry.

Fixes: 2f8b3ae ("clk: mediatek: Add MT8196 vlpckgen clock support")
Cc: stable@vger.kernel.org
Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com>
@akku1139 akku1139 added the PATCH label May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant