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

Commit baba623f authored by Michael Buesch's avatar Michael Buesch Committed by Alexandre Belloni
Browse files

rtc: rv3029: Add "rv3029" I2C device id



The C2 suffix does not appear in the latest datasheet, so add
a device ID without it.

Signed-off-by: default avatarMichael Buesch <m@bues.ch>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent aba39d27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -381,6 +381,7 @@ static const struct rtc_class_ops rv3029_rtc_ops = {
};

static struct i2c_device_id rv3029_id[] = {
	{ "rv3029", 0 },
	{ "rv3029c2", 0 },
	{ }
};