tps65023: Allow registering similar TPS65021
authorMarek Vasut <marek.vasut@gmail.com>
Thu, 24 Jun 2010 13:49:49 +0000 (15:49 +0200)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 11 Aug 2010 10:38:01 +0000 (11:38 +0100)
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>
drivers/regulator/tps65023-regulator.c

index f50afc9..cd6d4fc 100644 (file)
@@ -585,6 +585,8 @@ static const struct tps_info tps65023_regs[] = {
 static const struct i2c_device_id tps_65023_id[] = {
        {.name = "tps65023",
        .driver_data = (unsigned long) tps65023_regs,},
+       {.name = "tps65021",
+       .driver_data = (unsigned long) tps65023_regs,},
        { },
 };