rtc: rv3029: drop deprecated compatbiles
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 12 Dec 2019 23:02:39 +0000 (00:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 23 Dec 2019 10:13:50 +0000 (11:13 +0100)
The compatibles have been marked obsolete for more that 2 years, drop them
now. Note that this doesn't currently prevent the driver from probing
because the i2c core will still match using the i2c_device_id table.

Link: https://lore.kernel.org/r/20191212230239.65784-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rv3029c2.c

index fe74fa9..ca67604 100644 (file)
@@ -820,10 +820,6 @@ MODULE_DEVICE_TABLE(i2c, rv3029_id);
 
 static const struct of_device_id rv3029_of_match[] = {
        { .compatible = "microcrystal,rv3029" },
-       /* Backward compatibility only, do not use compatibles below: */
-       { .compatible = "rv3029" },
-       { .compatible = "rv3029c2" },
-       { .compatible = "mc,rv3029c2" },
        { }
 };
 MODULE_DEVICE_TABLE(of, rv3029_of_match);