瀏覽代碼

rtc: abx80x: Add Microcrystal rv1805 support

Microcrystal RV-1805 is compatible with Abracon 1805.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alexandre Belloni 9 年之前
父節點
當前提交
fca733a14e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/rtc/rtc-abx80x.c

+ 1 - 0
drivers/rtc/rtc-abx80x.c

@@ -286,6 +286,7 @@ static const struct i2c_device_id abx80x_id[] = {
 	{ "ab1803", AB1803 },
 	{ "ab1803", AB1803 },
 	{ "ab1804", AB1804 },
 	{ "ab1804", AB1804 },
 	{ "ab1805", AB1805 },
 	{ "ab1805", AB1805 },
+	{ "rv1805", AB1805 },
 	{ }
 	{ }
 };
 };
 MODULE_DEVICE_TABLE(i2c, abx80x_id);
 MODULE_DEVICE_TABLE(i2c, abx80x_id);