Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt...
[linux-2.6-block.git] / drivers / regulator / tps65023-regulator.c
index f50afc9f287a80f04513bcf670839fcf84ebc23b..cd6d4fc9d74f7e8c0a000d366fa27178cc9863d5 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,},
        { },
 };