[PATCH] rtc: ISL12022: Add support for ISL12020

From: Patrick Trantham
Date: Tue Oct 18 2011 - 15:33:33 EST


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@xxxxxxxxx>
Tested-by: Kyle Manna <kyle.manna@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/