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

Commit 1880a2fc authored by Marek Vasut's avatar Marek Vasut Committed by Liam Girdwood
Browse files

tps65023: Allow registering similar TPS65021



TPS65021 is an older model and is slightly weaker (can supply less current),
otherwise is the same.

Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 69f71008
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -585,6 +585,8 @@ static const struct tps_info tps65023_regs[] = {
static const struct i2c_device_id tps_65023_id[] = {
static const struct i2c_device_id tps_65023_id[] = {
	{.name = "tps65023",
	{.name = "tps65023",
	.driver_data = (unsigned long) tps65023_regs,},
	.driver_data = (unsigned long) tps65023_regs,},
	{.name = "tps65021",
	.driver_data = (unsigned long) tps65023_regs,},
	{ },
	{ },
};
};