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

Commit 64b46b7b authored by Liam Breck's avatar Liam Breck Committed by Sebastian Reichel
Browse files

power: supply: bq24190_charger: Add ti,bq24192i to devicetree table



bq24192i was previously only in ID table, so add it to DT table.

Cc: Tony Lindgren <tony@atomide.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarLiam Breck <kernel@networkimprov.net>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
parent 74229f93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1771,6 +1771,7 @@ MODULE_DEVICE_TABLE(i2c, bq24190_i2c_ids);
#ifdef CONFIG_OF
static const struct of_device_id bq24190_of_match[] = {
	{ .compatible = "ti,bq24190", },
	{ .compatible = "ti,bq24192i", },
	{ },
};
MODULE_DEVICE_TABLE(of, bq24190_of_match);