瀏覽代碼

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: Michael Buesch <m@bues.ch>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Michael Büsch 9 年之前
父節點
當前提交
baba623f12
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/rtc/rtc-rv3029c2.c

+ 1 - 0
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[] = {
 static struct i2c_device_id rv3029_id[] = {
+	{ "rv3029", 0 },
 	{ "rv3029c2", 0 },
 	{ "rv3029c2", 0 },
 	{ }
 	{ }
 };
 };