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 7F559C433F5 for ; Thu, 16 Dec 2021 08:06:33 +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=c4yNNzQDBFv7YLCKSBJQP/txdYFI9VboTQ2La6TQt7s=; b=deF7XUow8RujmV z4fSrzwnO/zAgdsgvxBpz9RK69WUo7w/vJr7/eysTQpgPm6VJJegBjFAGW1T9xyYRlZn+5k+wvTgp ylg8rfgtXuZDX7kLtvqJ5pONYMTeWjzXcDEr3DdOK1Nk1b1+/fwqeKC/C8CFv3K9ovWC16CKBdkm4 xfiRdJMqaBluz7i7Q6+8z7I29X6tNEntC52VNs9dAxEnEWOjwRfyu0yedZSwrL6SkFGBBu2WxT63R VwsehcZUy4DKDApAiZlYEyMU3dqJGXzMytV0pcOVbqrfl9RMp/Kb70VKbwmGdqCKl0a/tl/OECKdC gF1T19Rtfn/g6sPuabWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxllH-0042qb-MM; Thu, 16 Dec 2021 08:05:11 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxllC-0042pa-GA for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 08:05:09 +0000 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 1E9D1B822F7; Thu, 16 Dec 2021 08:05:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96E00C36AE2; Thu, 16 Dec 2021 08:05:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639641903; bh=w04h3S8nXv1GZAq8rEZ+wVVgJ/r35tYaTmDNm94rCFk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YGdHG2xvmAfePdgpxNhFdh3UdNV2tLDTlrg/YCd+fjpc26yzQghJK40TXhcSIkzcb lgyqIzyusztw/za/e5Jip9n2Ej3LwbGZ8oVO9GhgQkiBzG9gaK1d0/oKApe8GQSgvw KloqIchz/Iv+lIMbRrLnLnjAB7zbdF1JqkqIoFBu7N7B6W9rKWukcR736T8P53I90g 2Og2F3jY4lMXiRabiIWYCDcGC65AshkXURl1RtqNunMIXuO8+Ao8n3ixl4m1WNA1g1 ToXZb+65/5O4S2zKh1baFmc+8HftW36fLN4c41qzAfp62bViHrdX9JZUOmnVqZiB93 OSh3+4v3MlDwA== Date: Thu, 16 Dec 2021 16:04:58 +0800 From: Shawn Guo To: Lucas Stach Cc: Rob Herring , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, patchwork-lst@pengutronix.de Subject: Re: [PATCH 1/2] dt-bindings: arm: imx: add Protonic PRT8MM board compatible Message-ID: <20211216080457.GZ4216@dragon> References: <20211213203909.1260909-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211213203909.1260909-1-l.stach@pengutronix.de> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211216_000506_712012_F6BF05B5 X-CRM114-Status: GOOD ( 14.05 ) 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 Mon, Dec 13, 2021 at 09:39:08PM +0100, Lucas Stach wrote: > Signed-off-by: Lucas Stach Please do not leave commit log empty. Shawn > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 0b595b26061f..645ceb271405 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -732,6 +732,7 @@ properties: > - gw,imx8mm-gw7902 # i.MX8MM Gateworks Board > - kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM > - variscite,var-som-mx8mm # i.MX8MM Variscite VAR-SOM-MX8MM module > + - prt,prt8mm # i.MX8MM Protonic PRT8MM Board > - const: fsl,imx8mm > > - description: Engicam i.Core MX8M Mini SoM based boards > -- > 2.30.2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel