We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27e42c commit bd2d330Copy full SHA for bd2d330
drivers/clk/qcom/lpasscc-sc8280xp.c
@@ -23,7 +23,7 @@ static const struct qcom_reset_map lpass_audiocc_sc8280xp_resets[] = {
23
[LPASS_AUDIO_SWR_WSA2_CGCR] = { 0xd8, 1 },
24
};
25
26
-static struct regmap_config lpass_audiocc_sc8280xp_regmap_config = {
+static const struct regmap_config lpass_audiocc_sc8280xp_regmap_config = {
27
.reg_bits = 32,
28
.reg_stride = 4,
29
.val_bits = 32,
@@ -41,7 +41,7 @@ static const struct qcom_reset_map lpasscc_sc8280xp_resets[] = {
41
[LPASS_AUDIO_SWR_TX_CGCR] = { 0xc010, 1 },
42
43
44
-static struct regmap_config lpasscc_sc8280xp_regmap_config = {
+static const struct regmap_config lpasscc_sc8280xp_regmap_config = {
45
46
47
0 commit comments