From: Michael Büsch Date: Fri, 4 Mar 2016 21:39:17 +0000 (+0100) Subject: rtc: rv3029: Add "rv3029" I2C device id X-Git-Tag: v4.6-rc1~144^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=baba623f124423797443401a667cdeb714a26d1f;p=karo-tx-linux.git 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: Michael Buesch Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-rv3029c2.c b/drivers/rtc/rtc-rv3029c2.c index 3083ace009d4..fc0dbc495edf 100644 --- a/drivers/rtc/rtc-rv3029c2.c +++ b/drivers/rtc/rtc-rv3029c2.c @@ -381,6 +381,7 @@ static const struct rtc_class_ops rv3029_rtc_ops = { }; static struct i2c_device_id rv3029_id[] = { + { "rv3029", 0 }, { "rv3029c2", 0 }, { } };