rtc: ds1685: switch to RTC_FEATURE_UPDATE_INTERRUPT
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 9 Mar 2022 16:22:32 +0000 (17:22 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 23 Mar 2022 18:58:38 +0000 (19:58 +0100)
Stop using uie_unsupported and clear RTC_FEATURE_UPDATE_INTERRUPT instead.
There is currently a missing information as to why this is not supported on
ioc3.

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

index 75db7ab..0ec1e44 100644 (file)
@@ -1273,7 +1273,7 @@ ds1685_rtc_probe(struct platform_device *pdev)
 
        /* See if the platform doesn't support UIE. */
        if (pdata->uie_unsupported)
-               rtc_dev->uie_unsupported = 1;
+               clear_bit(RTC_FEATURE_UPDATE_INTERRUPT, rtc_dev->features);
 
        rtc->dev = rtc_dev;