mirror of https://gitee.com/openkylin/linux.git
rtc: abx80x: Add Microcrystal rv1805 support
Microcrystal RV-1805 is compatible with Abracon 1805. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
7432a850b5
commit
fca733a14e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue