Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ea9212c authored by Jon Smirl's avatar Jon Smirl Committed by Linus Torvalds
Browse files

rtc-pcf8563: add chip id



Add the rtc8564 chip entry

Signed-off-by: default avatarJon Smirl <jonsmirl@gmail.com>
Signed-off-by: default avatarAlessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 876550aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -302,6 +302,7 @@ static int pcf8563_remove(struct i2c_client *client)


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