Skip to content
Snippets Groups Projects
Commit 9239d961 authored by Javier Carrasco's avatar Javier Carrasco Committed by Dmitry Baryshkov
Browse files

drm/fsl-dcu: Constify struct regmap_config

parent b895a180
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ void fsl_tcon_bypass_enable(struct fsl_tcon *tcon)
FSL_TCON_CTRL1_TCON_BYPASS);
}
static struct regmap_config fsl_tcon_regmap_config = {
static const struct regmap_config fsl_tcon_regmap_config = {
.reg_bits = 32,
.reg_stride = 4,
.val_bits = 32,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment