drivers/rtc/rtc-isl1208.c: add support for the ISL1218
authorBen Gardner <[email protected]>
Fri, 5 Oct 2012 00:13:44 +0000 (17:13 -0700)
committerLinus Torvalds <[email protected]>
Fri, 5 Oct 2012 18:05:01 +0000 (03:05 +0900)
The ISL1218 chip is identical to the ISL1208, except that it has 6
additional user-storage registers.  This patch does not enable access to
those additional registers, but only adds the chip name to the list.

Signed-off-by: Ben Gardner <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-isl1208.c

index dd2aeee6c66a05a7df3644f612d9033e9add496b..0ea86acdffbca212c616837a698ec3ec4090adad 100644 (file)
@@ -697,6 +697,7 @@ isl1208_remove(struct i2c_client *client)
 
 static const struct i2c_device_id isl1208_id[] = {
        { "isl1208", 0 },
+       { "isl1218", 0 },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, isl1208_id);