mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
phy: 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-13-wsa+renesas@sang-engineering.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
@@ -795,7 +795,6 @@ static const struct regmap_config rk_hdptx_phy_regmap_config = {
|
||||
.val_bits = 32,
|
||||
.writeable_reg = rk_hdptx_phy_is_rw_reg,
|
||||
.readable_reg = rk_hdptx_phy_is_rw_reg,
|
||||
.fast_io = true,
|
||||
.max_register = 0x18b4,
|
||||
};
|
||||
|
||||
|
||||
@@ -1430,7 +1430,6 @@ static const struct regmap_config rk_udphy_pma_regmap_cfg = {
|
||||
.reg_bits = 32,
|
||||
.reg_stride = 4,
|
||||
.val_bits = 32,
|
||||
.fast_io = true,
|
||||
.max_register = 0x20dc,
|
||||
};
|
||||
|
||||
|
||||
@@ -99,7 +99,6 @@ static const struct regmap_config serdes_am654_regmap_config = {
|
||||
.reg_bits = 32,
|
||||
.val_bits = 32,
|
||||
.reg_stride = 4,
|
||||
.fast_io = true,
|
||||
.max_register = 0x1ffc,
|
||||
};
|
||||
|
||||
|
||||
@@ -1319,7 +1319,6 @@ static const struct regmap_config wiz_regmap_config = {
|
||||
.reg_bits = 32,
|
||||
.val_bits = 32,
|
||||
.reg_stride = 4,
|
||||
.fast_io = true,
|
||||
};
|
||||
|
||||
static struct wiz_data j721e_16g_data = {
|
||||
|
||||
Reference in New Issue
Block a user