提交 baba623f 编写于 作者: M Michael Büsch 提交者: Alexandre Belloni

rtc: rv3029: Add "rv3029" I2C device id

The C2 suffix does not appear in the latest datasheet, so add
a device ID without it.
Signed-off-by: NMichael Buesch <m@bues.ch>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 aba39d27
......@@ -381,6 +381,7 @@ static const struct rtc_class_ops rv3029_rtc_ops = {
};
static struct i2c_device_id rv3029_id[] = {
{ "rv3029", 0 },
{ "rv3029c2", 0 },
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册