Commit e1e1e77f authored by Wolfram Sang's avatar Wolfram Sang Committed by Vinod Koul
Browse files

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: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250813161517.4746-13-wsa+renesas@sang-engineering.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 75c21418
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
};

+0 −1
Original line number Diff line number Diff line
@@ -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,
};

+0 −1
Original line number Diff line number Diff line
@@ -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,
};

+0 −1
Original line number Diff line number Diff line
@@ -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 = {