mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
soc: 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-19-wsa+renesas@sang-engineering.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
19e7aa0e9e
commit
5d8a9c8401
@@ -229,7 +229,6 @@ static const struct regmap_config qrc_regmap_config = {
|
||||
.reg_stride = 4,
|
||||
.val_bits = 32,
|
||||
.max_register = 0x68,
|
||||
.fast_io = true,
|
||||
};
|
||||
|
||||
static const struct reg_sequence msm8976_cfg_dfs_sid[] = {
|
||||
|
||||
Reference in New Issue
Block a user