Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fca733a1 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: abx80x: Add Microcrystal rv1805 support



Microcrystal RV-1805 is compatible with Abracon 1805.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 7432a850
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);