rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flag
authorBaolin Wang <baolin.wang@linaro.org>
Thu, 5 Sep 2019 07:03:30 +0000 (15:03 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 10 Sep 2019 14:14:13 +0000 (16:14 +0200)
commite02e3ddac7722b879b6f3c781b45beea2173f562
treef156f18bb8517fd9a3199e7975189cba7fac3a1e
parent4a9eb8154ffd26a56121a4a531b04cf32942a49b
rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flag

The SPRD_RTC_POWEROFF_ALM_FLAG flag is used to indicate if a poweroff alarm
is set, which can power on the system when system in power-off status.

And the bootloader will validate this flag to check if the booting mode is
alarm booting mode, thus we should not clear this flag in kernel, instead
bootloader will clear this flag after checking the booting mode.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Link: https://lore.kernel.org/r/1f75310242de75b14d8973538bf96efffb395daf.1567666894.git.baolin.wang@linaro.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sc27xx.c