]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: meson: a1: pll: Constify struct regmap_config
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Wed, 3 Jul 2024 09:50:15 +0000 (11:50 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Wed, 10 Jul 2024 12:25:49 +0000 (14:25 +0200)
commit5c6ffe3537d55834dfd36f5649b637a5a9d27032
treec589999fe497aabd21b5f7d3c7eedaa273b1c029
parent4a7665b885b6e972cf653e4a49d16a408a9cbd8b
clk: meson: a1: pll: Constify struct regmap_config

`a1_pll_regmap_cfg` 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@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240703-clk-const-regmap-v1-2-7d15a0671d6f@gmail.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/a1-pll.c