Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rtc-pcf8563: add chip id

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>

authored by

Jon Smirl and committed by
Linus Torvalds
8ea9212c 876550aa

+1
+1
drivers/rtc/rtc-pcf8563.c
··· 302 302 303 303 static const struct i2c_device_id pcf8563_id[] = { 304 304 { "pcf8563", 0 }, 305 + { "rtc8564", 0 }, 305 306 { } 306 307 }; 307 308 MODULE_DEVICE_TABLE(i2c, pcf8563_id);