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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 946F7C433F5 for ; Wed, 29 Dec 2021 21:38:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4ukX20g+b/Ihvb5T3STGIe/5nYA2mWCoL2G+2l5Gkto=; b=ZnWpmAvDZ9R1zv cFeytsHhlYZMEqnptqDguob+xMnwkL91HcdxxBsNNpJBO4D/HB9RthRB4fhyXlJYcLDzgOhQ9CA/E zfh/un9jMvYnKYtBTaoFKD2T9o51g5LIwKNm4VH+D5wOi9OQk33bUwJU8GRfUylOvlL6irtgZVLFi bsbuzOJL9XlJWmig/H3cy80ME3eLmqreuw7rTvLJWyZ0Qp7zP/QK6HtSJIzHgN4OVJZe/4UPlxqFA ZUpayB+kHNhwif1vS/q0tdAyvAusD6TbLzTSSfVXP8Pfmc2S5TLMsmbmPkxgOxVdkPK2i0lmSp79a KR5AR7SUcJPtPLkqBlnw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2gcf-003Ruo-4m; Wed, 29 Dec 2021 21:36:37 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2gcb-003Ru0-Pa for linux-arm-kernel@lists.infradead.org; Wed, 29 Dec 2021 21:36:35 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id DE8ED2000A; Wed, 29 Dec 2021 21:36:27 +0000 (UTC) Date: Wed, 29 Dec 2021 22:36:27 +0100 From: Alexandre Belloni To: Abel Vesa Cc: Rob Herring , Sascha Hauer , Shawn Guo , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: fsl: scu: Add i.MX8QM rtc binding Message-ID: References: <1640088948-3690-1-git-send-email-abel.vesa@nxp.com> <1640088948-3690-2-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1640088948-3690-2-git-send-email-abel.vesa@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211229_133634_014025_3A3641E4 X-CRM114-Status: GOOD ( 15.00 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21/12/2021 14:15:46+0200, Abel Vesa wrote: > Add i.MX8QM rtc compatible to the SCU bindings documentation. > > Signed-off-by: Abel Vesa > --- > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt > index f1470d562156..4633be2182dd 100644 > --- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt > +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt > @@ -134,7 +134,9 @@ RTC bindings based on SCU Message Protocol > ------------------------------------------------------------ > > Required properties: > -- compatible: should be "fsl,imx8qxp-sc-rtc"; > +- compatible: Should be one of: > + "fsl,imx8qm-sc-rtc", > + "fsl,imx8qxp-sc-rtc". Are the imx8qm and imx8qxp SCU actually different? I would hope you won't had a third messaging protocol for the RTC... -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel