clk: qcom: lpasscc-sc8280xp: Constify struct regmap_config
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Wed, 3 Jul 2024 09:50:21 +0000 (11:50 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sat, 6 Jul 2024 17:57:13 +0000 (12:57 -0500)
commitbd2d330ee608f16a0b93ea753b75c98a1898bdd0
treecc394d64ae88bae1b865426bd7d6b81a9c2e1d7d
parentf27e42c7d3ff8ddfc57273efd1e8642ea89bad90
clk: qcom: lpasscc-sc8280xp: Constify struct regmap_config

`lpass_audiocc_sc8280xp_regmap_config` and `lpasscc_sc8280x_regmap_config`
are not modified and can be declared as const to move their data to a
read-only section.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240703-clk-const-regmap-v1-8-7d15a0671d6f@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/lpasscc-sc8280xp.c