]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 afea84c7a155cc962dae5f6b85ebbef106e8c44e..203e6616d413fd7fc053577f4b13779bb7d806fc 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);