Re: [PATCH 3/3] drm/rockchip: remove unneeded 'fast_io' parameter in regmap_config
From: Heiko Stuebner
Date: Wed Jul 15 2026 - 15:36:11 EST
Am Sonntag, 5. Juli 2026, 18:35:38 Mitteleuropäische Sommerzeit schrieb Wolfram Sang:
> When using MMIO with regmap, fast_io is implied. No need to set it
> again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> ---
> No dependencies, can be applied directly to the subsystem tree. Buildbot is
> happy, too.
>
> drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c b/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c
> index d2e76d36d724..aa8642e5b621 100644
> --- a/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c
> +++ b/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c
> @@ -368,7 +368,6 @@ static const struct regmap_config dw_mipi_dsi2_rockchip_regmap_config = {
> .reg_bits = 32,
> .val_bits = 32,
> .reg_stride = 4,
> - .fast_io = true,
> };
Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>