From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Sep 2021 11:24:59 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mQndb-0006He-BX for lore@lore.pengutronix.de; Thu, 16 Sep 2021 11:24:59 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mQnda-0005Tb-QK; Thu, 16 Sep 2021 11:24:58 +0200 Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=[IPv6:::1]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mQndW-0005TS-Oz; Thu, 16 Sep 2021 11:24:54 +0200 To: Alexander Dahl , distrokit@pengutronix.de References: <20210916084101.26647-1-ada@thorsis.com> From: Ahmad Fatoum Message-ID: Date: Thu, 16 Sep 2021 11:24:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210916084101.26647-1-ada@thorsis.com> Content-Language: en-US Subject: Re: [DistroKit] [PATCH] platform: v7a: kernel: Enable RTC for SAMA5D2 based boards X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On 16.09.21 10:41, Alexander Dahl wrote: > 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 > --- > 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 > > base-commit: 97233ca74a920db0b53232b95ccf2a9bc3b074dd > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de