mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rtc: ISL12022: Add support for ISL12020
@ 2011-10-18 19:01 Patrick Trantham
  0 siblings, 0 replies; only message in thread
From: Patrick Trantham @ 2011-10-18 19:01 UTC (permalink / raw)
  To: Alessandro Zummo, rtc-linux; +Cc: linux-kernel, patrick.trantham, kyle.manna

Update the ISL12022 device id array to support the ISL12020 which has
been tested and verified using this driver.

Signed-off-by: Patrick Trantham <patrick.trantham@fuel7.com>
Tested-by: Kyle Manna <kyle.manna@fuel7.com>
---
 drivers/rtc/rtc-isl12022.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/rtc/rtc-isl12022.c b/drivers/rtc/rtc-isl12022.c
index ddbc797..e114507 100644
--- a/drivers/rtc/rtc-isl12022.c
+++ b/drivers/rtc/rtc-isl12022.c
@@ -295,6 +295,7 @@ static int isl12022_remove(struct i2c_client *client)
 static const struct i2c_device_id isl12022_id[] = {
 	{ "isl12022", 0 },
 	{ "rtc8564", 0 },
+	{ "isl12020", 0 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, isl12022_id);
-- 
1.7.4.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-18 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-18 19:01 [PATCH] rtc: ISL12022: Add support for ISL12020 Patrick Trantham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®