Skip to content

Commit

Permalink
rtc-pcf8563: add chip id
Browse files Browse the repository at this point in the history
Add the rtc8564 chip entry

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jon Smirl authored and Linus Torvalds committed Jul 12, 2008
1 parent 876550a commit 8ea9212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-pcf8563.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ static int pcf8563_remove(struct i2c_client *client)

static const struct i2c_device_id pcf8563_id[] = {
{ "pcf8563", 0 },
{ "rtc8564", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, pcf8563_id);
Expand Down

0 comments on commit 8ea9212

Please sign in to comment.