Skip to content

Commit

Permalink
drivers/rtc/rtc-isl1208.c: add support for the ISL1218
Browse files Browse the repository at this point in the history
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 <gardner.ben@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ben Gardner authored and Linus Torvalds committed Oct 5, 2012
1 parent 6eec482 commit 5fa44f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-isl1208.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5fa44f8

Please sign in to comment.