Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62df3935 authored by Olof Johansson's avatar Olof Johansson Committed by Anton Vorontsov
Browse files

sbs-battery: Fix devicetree match table



It should be an of module table, not i2c.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarRhyland Klein <rklein@nvidia.com>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent d77711aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -610,7 +610,7 @@ static const struct of_device_id sbs_dt_ids[] = {
	{ .compatible = "ti,bq20z75" },
	{ }
};
MODULE_DEVICE_TABLE(i2c, sbs_dt_ids);
MODULE_DEVICE_TABLE(of, sbs_dt_ids);

static struct sbs_platform_data *sbs_of_populate_pdata(
		struct i2c_client *client)