Skip to content

Commit e1e1e77

Browse files
Wolfram Sangvinodkoul
authored andcommitted
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>
1 parent 75c2141 commit e1e1e77

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,6 @@ static const struct regmap_config rk_hdptx_phy_regmap_config = {
795795
.val_bits = 32,
796796
.writeable_reg = rk_hdptx_phy_is_rw_reg,
797797
.readable_reg = rk_hdptx_phy_is_rw_reg,
798-
.fast_io = true,
799798
.max_register = 0x18b4,
800799
};
801800

drivers/phy/rockchip/phy-rockchip-usbdp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,6 @@ static const struct regmap_config rk_udphy_pma_regmap_cfg = {
14301430
.reg_bits = 32,
14311431
.reg_stride = 4,
14321432
.val_bits = 32,
1433-
.fast_io = true,
14341433
.max_register = 0x20dc,
14351434
};
14361435

drivers/phy/ti/phy-am654-serdes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ static const struct regmap_config serdes_am654_regmap_config = {
9999
.reg_bits = 32,
100100
.val_bits = 32,
101101
.reg_stride = 4,
102-
.fast_io = true,
103102
.max_register = 0x1ffc,
104103
};
105104

drivers/phy/ti/phy-j721e-wiz.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,6 @@ static const struct regmap_config wiz_regmap_config = {
13191319
.reg_bits = 32,
13201320
.val_bits = 32,
13211321
.reg_stride = 4,
1322-
.fast_io = true,
13231322
};
13241323

13251324
static struct wiz_data j721e_16g_data = {

0 commit comments

Comments
 (0)