Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>

authored by

Marek Vasut and committed by
Liam Girdwood
1880a2fc 69f71008

+2
+2
drivers/regulator/tps65023-regulator.c
··· 585 585 static const struct i2c_device_id tps_65023_id[] = { 586 586 {.name = "tps65023", 587 587 .driver_data = (unsigned long) tps65023_regs,}, 588 + {.name = "tps65021", 589 + .driver_data = (unsigned long) tps65023_regs,}, 588 590 { }, 589 591 }; 590 592