From: Jon Smirl Date: Sat, 12 Jul 2008 20:47:56 +0000 (-0700) Subject: rtc-pcf8563: add chip id X-Git-Tag: v2.6.26~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ea9212cbd65db749543ec619e32fdff9a8b3408;p=profile%2Fivi%2Fkernel-x86-ivi.git rtc-pcf8563: add chip id Add the rtc8564 chip entry Signed-off-by: Jon Smirl Signed-off-by: Alessandro Zummo Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c index 0fc4c36..748a502 100644 --- a/drivers/rtc/rtc-pcf8563.c +++ b/drivers/rtc/rtc-pcf8563.c @@ -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);