mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
pinctrl: 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/20250813161517.4746-14-wsa+renesas@sang-engineering.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
96d6bc8474
commit
9a96082f99
|
|
@ -1690,7 +1690,6 @@ static const struct regmap_config rp1_pinctrl_gpio_regmap_cfg = {
|
|||
.reg_bits = 32,
|
||||
.val_bits = 32,
|
||||
.reg_stride = 4,
|
||||
.fast_io = true,
|
||||
.rd_table = &rp1_gpio_reg_table,
|
||||
.name = "rp1-gpio",
|
||||
.max_register = 0xb11c,
|
||||
|
|
@ -1700,7 +1699,6 @@ static const struct regmap_config rp1_pinctrl_rio_regmap_cfg = {
|
|||
.reg_bits = 32,
|
||||
.val_bits = 32,
|
||||
.reg_stride = 4,
|
||||
.fast_io = true,
|
||||
.rd_table = &rp1_rio_reg_table,
|
||||
.name = "rp1-rio",
|
||||
.max_register = 0xb004,
|
||||
|
|
@ -1710,7 +1708,6 @@ static const struct regmap_config rp1_pinctrl_pads_regmap_cfg = {
|
|||
.reg_bits = 32,
|
||||
.val_bits = 32,
|
||||
.reg_stride = 4,
|
||||
.fast_io = true,
|
||||
.rd_table = &rp1_pads_reg_table,
|
||||
.name = "rp1-pads",
|
||||
.max_register = 0x8050,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user