From: Alexandre Belloni Date: Wed, 16 Dec 2015 23:36:21 +0000 (+0100) Subject: rtc: abx80x: Add Microcrystal rv1805 support X-Git-Tag: v4.5-rc1~68^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fca733a14ea549dbc4f759578704c48f5fb0ab45;p=thirdparty%2Flinux.git rtc: abx80x: Add Microcrystal rv1805 support Microcrystal RV-1805 is compatible with Abracon 1805. Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-abx80x.c b/drivers/rtc/rtc-abx80x.c index afea84c7a155c..203e6616d413f 100644 --- a/drivers/rtc/rtc-abx80x.c +++ b/drivers/rtc/rtc-abx80x.c @@ -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);