File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ struct bq25980_device {
104
104
int watchdog_timer ;
105
105
};
106
106
107
- static struct reg_default bq25980_reg_defs [] = {
107
+ static const struct reg_default bq25980_reg_defs [] = {
108
108
{BQ25980_BATOVP , 0x5A },
109
109
{BQ25980_BATOVP_ALM , 0x46 },
110
110
{BQ25980_BATOCP , 0x51 },
@@ -159,7 +159,7 @@ static struct reg_default bq25980_reg_defs[] = {
159
159
{BQ25980_CHRGR_CTRL_6 , 0x0 },
160
160
};
161
161
162
- static struct reg_default bq25975_reg_defs [] = {
162
+ static const struct reg_default bq25975_reg_defs [] = {
163
163
{BQ25980_BATOVP , 0x5A },
164
164
{BQ25980_BATOVP_ALM , 0x46 },
165
165
{BQ25980_BATOCP , 0x51 },
@@ -214,7 +214,7 @@ static struct reg_default bq25975_reg_defs[] = {
214
214
{BQ25980_CHRGR_CTRL_6 , 0x0 },
215
215
};
216
216
217
- static struct reg_default bq25960_reg_defs [] = {
217
+ static const struct reg_default bq25960_reg_defs [] = {
218
218
{BQ25980_BATOVP , 0x5A },
219
219
{BQ25980_BATOVP_ALM , 0x46 },
220
220
{BQ25980_BATOCP , 0x51 },
You can’t perform that action at this time.
0 commit comments