lkml.org 
[lkml]   [2011]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] rtc: ISL12022: Add support for ISL12020
Date
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


\
 
 \ /
  Last update: 2011-10-18 21:35    [W:0.022 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site