All of lore.kernel.org
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH] rtc: support for rv4162c7
@ 2016-04-13 20:39 ` Tomas Krcka
  0 siblings, 0 replies; 10+ messages in thread
From: Tomas Krcka @ 2016-04-13 20:39 UTC (permalink / raw)
  To: rtc-linux; +Cc: a.zummo, alexandre.belloni, linux-kernel

This patch is for support of rv4162c7 RTC chip.
The device has same parameters as rv4162, but with different identification.
Tested with PhyTec module AM335x. 

Signed-off-by: Tomas Krcka <tomas.krcka@nkgroup.cz> 

---
 drivers/rtc/rtc-m41t80.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/rtc-m41t80.c b/drivers/rtc/rtc-m41t80.c
index d107a8e..1aa57d8 100644
--- a/drivers/rtc/rtc-m41t80.c
+++ b/drivers/rtc/rtc-m41t80.c
@@ -81,6 +81,7 @@ static const struct i2c_device_id m41t80_id[] = {
     { "m41st85", M41T80_FEATURE_HT | M41T80_FEATURE_BL | M41T80_FEATURE_SQ },
     { "m41st87", M41T80_FEATURE_HT | M41T80_FEATURE_BL | M41T80_FEATURE_SQ },
     { "rv4162", M41T80_FEATURE_SQ | M41T80_FEATURE_WD | M41T80_FEATURE_SQ_ALT },
+    { "rv4162c7", M41T80_FEATURE_SQ | M41T80_FEATURE_WD | M41T80_FEATURE_SQ_ALT },
     { }
 };
 MODULE_DEVICE_TABLE(i2c, m41t80_id);
-- 1.9.1

-- 
-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-14  7:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 20:39 [rtc-linux] [PATCH] rtc: support for rv4162c7 Tomas Krcka
2016-04-13 20:39 ` Tomas Krcka
2016-04-13 22:49 ` [rtc-linux] " Alexandre Belloni
2016-04-13 22:49   ` Alexandre Belloni
2016-04-14  6:29   ` [rtc-linux] " Tomas Krcka
2016-04-14  6:29     ` Tomas Krcka
2016-04-14  7:19     ` [rtc-linux] " Alexandre Belloni
2016-04-14  7:19       ` Alexandre Belloni
2016-04-14  7:24       ` [rtc-linux] " Tomas Krcka
2016-04-14  7:24         ` Tomas Krcka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.