1
0
Fork 0

power: supply: bq25980: Fix repetive bq25975 with bq25960

The i2c_device_id bq25975 is repeated, and should be bq25960.

Signed-off-by: xinjian <xinjian@yulong.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
master
xinjian 2021-01-22 14:40:52 +08:00 committed by Sebastian Reichel
parent 6996312642
commit 79bcb02b20
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ static int bq25980_probe(struct i2c_client *client,
static const struct i2c_device_id bq25980_i2c_ids[] = {
{ "bq25980", BQ25980 },
{ "bq25975", BQ25975 },
{ "bq25975", BQ25975 },
{ "bq25960", BQ25960 },
{},
};
MODULE_DEVICE_TABLE(i2c, bq25980_i2c_ids);