rtc: abx80x: Add Microcrystal rv1805 support
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 16 Dec 2015 23:36:21 +0000 (00:36 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 11 Jan 2016 19:20:01 +0000 (20:20 +0100)
Microcrystal RV-1805 is compatible with Abracon 1805.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-abx80x.c

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