aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sec-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/sec-core.c')
-rw-r--r--drivers/mfd/sec-core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index cca0f990d287..3ad1b2fbee4a 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -134,12 +134,12 @@ static bool s5m8763_volatile(struct device *dev, unsigned int reg)
134 } 134 }
135} 135}
136 136
137static struct regmap_config sec_regmap_config = { 137static const struct regmap_config sec_regmap_config = {
138 .reg_bits = 8, 138 .reg_bits = 8,
139 .val_bits = 8, 139 .val_bits = 8,
140}; 140};
141 141
142static struct regmap_config s2mps11_regmap_config = { 142static const struct regmap_config s2mps11_regmap_config = {
143 .reg_bits = 8, 143 .reg_bits = 8,
144 .val_bits = 8, 144 .val_bits = 8,
145 145
@@ -148,7 +148,7 @@ static struct regmap_config s2mps11_regmap_config = {
148 .cache_type = REGCACHE_FLAT, 148 .cache_type = REGCACHE_FLAT,
149}; 149};
150 150
151static struct regmap_config s5m8763_regmap_config = { 151static const struct regmap_config s5m8763_regmap_config = {
152 .reg_bits = 8, 152 .reg_bits = 8,
153 .val_bits = 8, 153 .val_bits = 8,
154 154
@@ -157,7 +157,7 @@ static struct regmap_config s5m8763_regmap_config = {
157 .cache_type = REGCACHE_FLAT, 157 .cache_type = REGCACHE_FLAT,
158}; 158};
159 159
160static struct regmap_config s5m8767_regmap_config = { 160static const struct regmap_config s5m8767_regmap_config = {
161 .reg_bits = 8, 161 .reg_bits = 8,
162 .val_bits = 8, 162 .val_bits = 8,
163 163