File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3113,7 +3113,7 @@ static const struct regmap_config disp_cc_sc8280xp_regmap_config = {
3113
3113
.fast_io = true,
3114
3114
};
3115
3115
3116
- static struct qcom_cc_desc disp0_cc_sc8280xp_desc = {
3116
+ static const struct qcom_cc_desc disp0_cc_sc8280xp_desc = {
3117
3117
.config = & disp_cc_sc8280xp_regmap_config ,
3118
3118
.clks = disp0_cc_sc8280xp_clocks ,
3119
3119
.num_clks = ARRAY_SIZE (disp0_cc_sc8280xp_clocks ),
@@ -3123,7 +3123,7 @@ static struct qcom_cc_desc disp0_cc_sc8280xp_desc = {
3123
3123
.num_gdscs = ARRAY_SIZE (disp0_cc_sc8280xp_gdscs ),
3124
3124
};
3125
3125
3126
- static struct qcom_cc_desc disp1_cc_sc8280xp_desc = {
3126
+ static const struct qcom_cc_desc disp1_cc_sc8280xp_desc = {
3127
3127
.config = & disp_cc_sc8280xp_regmap_config ,
3128
3128
.clks = disp1_cc_sc8280xp_clocks ,
3129
3129
.num_clks = ARRAY_SIZE (disp1_cc_sc8280xp_clocks ),
Original file line number Diff line number Diff line change @@ -721,7 +721,7 @@ static const struct regmap_config disp_cc_sm4450_regmap_config = {
721
721
.fast_io = true,
722
722
};
723
723
724
- static struct qcom_cc_desc disp_cc_sm4450_desc = {
724
+ static const struct qcom_cc_desc disp_cc_sm4450_desc = {
725
725
.config = & disp_cc_sm4450_regmap_config ,
726
726
.clks = disp_cc_sm4450_clocks ,
727
727
.num_clks = ARRAY_SIZE (disp_cc_sm4450_clocks ),
Original file line number Diff line number Diff line change @@ -1779,7 +1779,7 @@ static const struct regmap_config disp_cc_sm8450_regmap_config = {
1779
1779
.fast_io = true,
1780
1780
};
1781
1781
1782
- static struct qcom_cc_desc disp_cc_sm8450_desc = {
1782
+ static const struct qcom_cc_desc disp_cc_sm8450_desc = {
1783
1783
.config = & disp_cc_sm8450_regmap_config ,
1784
1784
.clks = disp_cc_sm8450_clocks ,
1785
1785
.num_clks = ARRAY_SIZE (disp_cc_sm8450_clocks ),
Original file line number Diff line number Diff line change @@ -1745,7 +1745,7 @@ static const struct regmap_config disp_cc_sm8550_regmap_config = {
1745
1745
.fast_io = true,
1746
1746
};
1747
1747
1748
- static struct qcom_cc_desc disp_cc_sm8550_desc = {
1748
+ static const struct qcom_cc_desc disp_cc_sm8550_desc = {
1749
1749
.config = & disp_cc_sm8550_regmap_config ,
1750
1750
.clks = disp_cc_sm8550_clocks ,
1751
1751
.num_clks = ARRAY_SIZE (disp_cc_sm8550_clocks ),
Original file line number Diff line number Diff line change @@ -1887,7 +1887,7 @@ static const struct regmap_config disp_cc_sm8750_regmap_config = {
1887
1887
.fast_io = true,
1888
1888
};
1889
1889
1890
- static struct qcom_cc_desc disp_cc_sm8750_desc = {
1890
+ static const struct qcom_cc_desc disp_cc_sm8750_desc = {
1891
1891
.config = & disp_cc_sm8750_regmap_config ,
1892
1892
.clks = disp_cc_sm8750_clocks ,
1893
1893
.num_clks = ARRAY_SIZE (disp_cc_sm8750_clocks ),
Original file line number Diff line number Diff line change @@ -1417,7 +1417,7 @@ static const struct regmap_config disp_cc_0_sa8775p_regmap_config = {
1417
1417
.fast_io = true,
1418
1418
};
1419
1419
1420
- static struct qcom_cc_desc disp_cc_0_sa8775p_desc = {
1420
+ static const struct qcom_cc_desc disp_cc_0_sa8775p_desc = {
1421
1421
.config = & disp_cc_0_sa8775p_regmap_config ,
1422
1422
.clks = disp_cc_0_sa8775p_clocks ,
1423
1423
.num_clks = ARRAY_SIZE (disp_cc_0_sa8775p_clocks ),
Original file line number Diff line number Diff line change @@ -1417,7 +1417,7 @@ static const struct regmap_config disp_cc_1_sa8775p_regmap_config = {
1417
1417
.fast_io = true,
1418
1418
};
1419
1419
1420
- static struct qcom_cc_desc disp_cc_1_sa8775p_desc = {
1420
+ static const struct qcom_cc_desc disp_cc_1_sa8775p_desc = {
1421
1421
.config = & disp_cc_1_sa8775p_regmap_config ,
1422
1422
.clks = disp_cc_1_sa8775p_clocks ,
1423
1423
.num_clks = ARRAY_SIZE (disp_cc_1_sa8775p_clocks ),
You can’t perform that action at this time.
0 commit comments