projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba39d2
)
rtc: rv3029: Add "rv3029" I2C device id
author
Michael Büsch
<m@bues.ch>
Fri, 4 Mar 2016 21:39:17 +0000
(22:39 +0100)
committer
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:32 +0000
(17:08 +0100)
The C2 suffix does not appear in the latest datasheet, so add
a device ID without it.
Signed-off-by: Michael Buesch <m@bues.ch>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-rv3029c2.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-rv3029c2.c
b/drivers/rtc/rtc-rv3029c2.c
index 3083ace009d4109b6a91806f86997cd705353a44..fc0dbc495edf2bb670c2affd46cbdbe1b3db8433 100644
(file)
--- a/
drivers/rtc/rtc-rv3029c2.c
+++ b/
drivers/rtc/rtc-rv3029c2.c
@@
-381,6
+381,7
@@
static const struct rtc_class_ops rv3029_rtc_ops = {
};
static struct i2c_device_id rv3029_id[] = {
+ { "rv3029", 0 },
{ "rv3029c2", 0 },
{ }
};