From 32ea04544520137b148cb7eb2f036be3e027ab75 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Thu, 16 Sep 2021 10:41:01 +0200 Subject: platform: v7a: kernel: Enable RTC for SAMA5D2 based boards This way boards can keep time over reboots: [ 2.661867] at91_rtc f80480b0.rtc: registered as rtc0 [ 2.666917] at91_rtc f80480b0.rtc: setting system clock to 2021-09-16T08:37:00 UTC (1631781420) [ 2.675817] at91_rtc f80480b0.rtc: AT91 Real Time Clock driver. Signed-off-by: Alexander Dahl Reviewed-by: Ahmad Fatoum Link: https://lore.pengutronix.de/20210916084101.26647-1-ada@thorsis.com Signed-off-by: Robert Schwebel --- configs/platform-v7a/kernelconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig index 99e5c5d..1e00911 100644 --- a/configs/platform-v7a/kernelconfig +++ b/configs/platform-v7a/kernelconfig @@ -2903,7 +2903,7 @@ CONFIG_RTC_I2C_AND_SPI=y CONFIG_RTC_DRV_OMAP=y # CONFIG_RTC_DRV_PL030 is not set # CONFIG_RTC_DRV_PL031 is not set -# CONFIG_RTC_DRV_AT91RM9200 is not set +CONFIG_RTC_DRV_AT91RM9200=y # CONFIG_RTC_DRV_AT91SAM9 is not set # CONFIG_RTC_DRV_CADENCE is not set # CONFIG_RTC_DRV_FTRTC010 is not set -- cgit v1.2.3