Skip to content

Commit 87660a8

Browse files
Wolfram SangUlf Hansson
authored andcommitted
pmdomain: remove unneeded 'fast_io' parameter in regmap_config
When using MMIO with regmap, fast_io is implied. No need to set it again. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20250813161517.4746-15-wsa+renesas@sang-engineering.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent a83a7a7 commit 87660a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/pmdomain/imx

drivers/pmdomain/imx/gpc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ static const struct regmap_config imx_gpc_regmap_config = {
343343
.rd_table = &access_table,
344344
.wr_table = &access_table,
345345
.max_register = 0x2ac,
346-
.fast_io = true,
347346
};
348347

349348
static struct generic_pm_domain *imx_gpc_onecell_domains[] = {

0 commit comments

Comments
 (0)