From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD27EC3DA7D for ; Sat, 31 Dec 2022 11:59:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231802AbiLaL7f (ORCPT ); Sat, 31 Dec 2022 06:59:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbiLaL7f (ORCPT ); Sat, 31 Dec 2022 06:59:35 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71E026456; Sat, 31 Dec 2022 03:59:34 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1EF19B803F1; Sat, 31 Dec 2022 11:59:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9892DC433EF; Sat, 31 Dec 2022 11:59:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672487971; bh=Gs4ZkzVyXRuKmG/lF2hfGkbXm+2s/h1Gfg9Lxqkrbb4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hVS9cbz4Z1axK7wYw9co/mIJDHxqB23QOnGwcDQ0Ah2PlzpvdUpD3mGPTHEZwU4MF LV36JPBBZ3e7rSc4X3rq+2/qL1VDibJ3pwqh3JtYfYFP1tt0ArO9fflCl98zNu8KOw hni/7N9mhJ/VQrzXErparEm8Y0azaIV3uxrSNN2DiDpo3D4WMjGRblmeuistFLZkwD zM0z71jeDfVcKx+o/X9IM0fqBRxfiEA2sUDyP4BwzhKn/ZK0zgNzeZyzwCkzde/bDQ FYU3ooY+uxnhD0TO34KPBMFaRjaPoeoQz4NlL5JSEx8pOTn1+MMzQhnoefSVMPy9Au VtttVR5TENsXA== Date: Sat, 31 Dec 2022 19:59:22 +0800 From: Shawn Guo To: Frieder Schrempf Cc: devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Frieder Schrempf , Fabio Estevam , Heiko Thiery , Krzysztof Kozlowski , NXP Linux Team , Oleksij Rempel , Pengutronix Kernel Team Subject: Re: [PATCH] arm64: dts: imx8mm-kontron: Add RTC aliases Message-ID: <20221231115922.GP6112@T480> References: <20221130111357.585560-1-frieder@fris.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130111357.585560-1-frieder@fris.de> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Nov 30, 2022 at 12:13:49PM +0100, Frieder Schrempf wrote: > From: Frieder Schrempf > > Add aliases for the RTCs on the board and on the SoC. This ensures that > the primary RTC is always the one on the board that has a buffered supply > and maximum accuracy. > > Signed-off-by: Frieder Schrempf Applied, thanks!