Re: [PATCH 10/10] clk: xilinx: Constify struct regmap_config

From: Stephen Boyd
Date: Mon Jul 08 2024 - 16:32:41 EST


Quoting Javier Carrasco (2024-07-03 02:50:23)
> `vcu_settings_regmap_config` is not modified and can be declared as
> const to move its data to a read-only section.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
> ---

Applied to clk-next