Commit 02f686d1 authored by Javier Carrasco's avatar Javier Carrasco Committed by Dmitry Baryshkov
Browse files

drm/mediatek: dp: Constify struct regmap_config

parent 9239d961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ static const struct mtk_dp_efuse_fmt mt8195_dp_efuse_fmt[MTK_DP_CAL_MAX] = {
	},
};

static struct regmap_config mtk_dp_regmap_config = {
static const struct regmap_config mtk_dp_regmap_config = {
	.reg_bits = 32,
	.val_bits = 32,
	.reg_stride = 4,