Skip to content

Commit 79bcb02

Browse files
xinjiansre
authored andcommitted
power: supply: bq25980: Fix repetive bq25975 with bq25960
The i2c_device_id bq25975 is repeated, and should be bq25960. Signed-off-by: xinjian <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 6996312 commit 79bcb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/power/supply/bq25980_charger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ static int bq25980_probe(struct i2c_client *client,
12851285
static const struct i2c_device_id bq25980_i2c_ids[] = {
12861286
{ "bq25980", BQ25980 },
12871287
{ "bq25975", BQ25975 },
1288-
{ "bq25975", BQ25975 },
1288+
{ "bq25960", BQ25960 },
12891289
{},
12901290
};
12911291
MODULE_DEVICE_TABLE(i2c, bq25980_i2c_ids);

0 commit comments

Comments
 (0)