rtc-pcf8563: add chip id
[pandora-kernel.git] / drivers / rtc / rtc-pcf8563.c
index 0fc4c36..748a502 100644 (file)
@@ -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);