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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 458C8C4338F for ; Fri, 13 Aug 2021 17:49:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 297D16103A for ; Fri, 13 Aug 2021 17:49:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229808AbhHMRt4 (ORCPT ); Fri, 13 Aug 2021 13:49:56 -0400 Received: from mail-oi1-f180.google.com ([209.85.167.180]:33551 "EHLO mail-oi1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229919AbhHMRtu (ORCPT ); Fri, 13 Aug 2021 13:49:50 -0400 Received: by mail-oi1-f180.google.com with SMTP id h11so17127475oie.0; Fri, 13 Aug 2021 10:49:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=WtjHQZz715RMWTTlcj47+tPX67303+dgwGOAMMRRmY4=; b=IuGvOARZBEcTYPI40mxR8x79MebI3+tgHteSN1QAun5/x8vCPAF/Vuq6yGJWrZwtvx VfnKNK0rWa+VAveSJ+Zx5Mq0sAJNAp9Rj2febjo//EqrgAdivmg9jKkcWVzbCK0ODaOV j+5g38x8zrz58PXdxYzn2hS5QWywFzGC+WsPe7ii79PAe/9gqX+QWO4ttFqxcmAzH+Vk jbEsrIVI6Nve2bNs+OjpgKIr4KGWgAZmz96vCSdEA3VsTbbpqSwQ/+FQfVAB2yDXUcm7 BOvsfGTQsU5rA8FwYPha6YLt50pnPlsn/c7z69EididGa70tWyNHiFEfhD5CbaCGUxby hg1g== X-Gm-Message-State: AOAM531T6r9wlpg7MhvbdYQJwkerStNs20SBDJVNJ+DXm783JbnMJfCM GKxmML3RZAfP1eB77ODg2Q== X-Google-Smtp-Source: ABdhPJwwCjLSQAefXV3nYBOEwr+SjBPgFMn1570lNEykCto3BMPvBwiUzWq/n3GYDxqWxC/KbbBd+w== X-Received: by 2002:aca:6109:: with SMTP id v9mr3054359oib.147.1628876943137; Fri, 13 Aug 2021 10:49:03 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l7sm430630otk.79.2021.08.13.10.49.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Aug 2021 10:49:02 -0700 (PDT) Received: (nullmailer pid 3749844 invoked by uid 1000); Fri, 13 Aug 2021 17:49:00 -0000 Date: Fri, 13 Aug 2021 12:49:00 -0500 From: Rob Herring To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Chester Lin , s32@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Greg Kroah-Hartman , Shawn Guo , Krzysztof Kozlowski , Oleksij Rempel , Stefan Riedmueller , Matthias Schiffer , Li Yang , Fabio Estevam , Matteo Lisi , Frieder Schrempf , Tim Harvey , Jagan Teki , catalin-dan.udma@nxp.com, bogdan.hamciuc@nxp.com, bogdan.folea@nxp.com, ciprianmarian.costea@nxp.com, radu-nicolae.pirea@nxp.com, ghennadi.procopciuc@nxp.com, Matthias Brugger , "Ivan T . Ivanov" , "Lee, Chun-Yi" Subject: Re: [PATCH 1/8] dt-bindings: arm: fsl: add NXP S32G2 boards Message-ID: References: <20210805065429.27485-1-clin@suse.com> <20210805065429.27485-2-clin@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 12, 2021 at 05:46:16PM +0200, Andreas Färber wrote: > Hello Rob and NXP, > > On 05.08.21 08:54, Chester Lin wrote: > > Add bindings for S32G2's evaluation board (S32G-VNP-EVB) and reference > > design 2 board ( S32G-VNP-RDB2). > > > > Signed-off-by: Chester Lin > > --- > > Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > > index e2097011c4b0..3914aa09e503 100644 > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > @@ -983,6 +983,13 @@ properties: > > - const: solidrun,lx2160a-cex7 > > - const: fsl,lx2160a > > > > + - description: S32G2 based Boards > > + items: > > + - enum: > > + - fsl,s32g274a-evb > > + - fsl,s32g274a-rdb2 > > @Rob: Should for new boards the description: syntax be used also for > enums? Or just at SoC level, and for board enums still traditional # > comments? It's up to how the platform wants to do it. Rob 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 X-Spam-Level: X-Spam-Status: No, score=-14.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA05FC4338F for ; Fri, 13 Aug 2021 17:51:11 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 85987603E7 for ; Fri, 13 Aug 2021 17:51:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 85987603E7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=Hcnf3KLFUM4rlYHvzupiAtpksCxXZU1ZxEh6dBpMK9o=; b=Q5noOKyQ9dv89S gyC65D/mhtNeqLAB9k4qt0Q1XoPA/g3xxgtD+JOFImwuh2sc324KUDmeJeQgqeXLQ2dfOyshwyHUl G0O7YRovzJPMqgIs2nGCkC+6mBVBFvS0/qWhBrXHSypO8wV385t4GQi64ip3rVLy4RE1Hi2fX7PqL Yq7+rnkIg95QXWvevPQEO16YWr3qla7tBHmQnfTvdMFvOZY4H0wzfShZYyClSxO5uwc2bPFk4or1i RcZ27k6OnqNOzEpianbjzVsWb73lDer9rkCm789YJHy4FIA24Us4MDjfSLOf1gL5M7cZ925MkrjaF rHRwt/VGcW9Mi/noZwRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mEbIs-00DIaF-6v; Fri, 13 Aug 2021 17:49:10 +0000 Received: from mail-oi1-f178.google.com ([209.85.167.178]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mEbIo-00DIYm-RH for linux-arm-kernel@lists.infradead.org; Fri, 13 Aug 2021 17:49:08 +0000 Received: by mail-oi1-f178.google.com with SMTP id bj40so17055095oib.6 for ; Fri, 13 Aug 2021 10:49:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=WtjHQZz715RMWTTlcj47+tPX67303+dgwGOAMMRRmY4=; b=PUYwu+DSOlS2CmtS5J3ohyiX63ay3z5nJUfClTHrE51dI3rzfaSJtS6laj1d08P1F5 yCKo7PS9BtimOaQG70JWwykJBR2UT974vZ/BuWzKo5A122dImM824niJScJKgt7CYoZF 9oobatgADFrA0XhmaeCj4CBYd49WCO9UZ9S4Sc3f7EmPIJqxqYm/zOtLTLR3r5fgV3Qb am31Z3DrnMzgJpHYyVX5ctTwlMbH+IPFbDkCFuJLUFuZWnOT/5xO6qIUdP9MBn0xzWoJ BBswKV6gsM3k5wInEnz7DeRDV1VvGL5mOvlYQkW27J0TuC6YDwj/4IZqlVhVC5LUvVEH +1Ag== X-Gm-Message-State: AOAM533/7JcVD2mdcmORH5dkMi9cimuOQU97EKRGhCmzJtfLoYfW7zH3 z0v25w8ij0sszhb5dCBxoQ== X-Google-Smtp-Source: ABdhPJwwCjLSQAefXV3nYBOEwr+SjBPgFMn1570lNEykCto3BMPvBwiUzWq/n3GYDxqWxC/KbbBd+w== X-Received: by 2002:aca:6109:: with SMTP id v9mr3054359oib.147.1628876943137; Fri, 13 Aug 2021 10:49:03 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l7sm430630otk.79.2021.08.13.10.49.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Aug 2021 10:49:02 -0700 (PDT) Received: (nullmailer pid 3749844 invoked by uid 1000); Fri, 13 Aug 2021 17:49:00 -0000 Date: Fri, 13 Aug 2021 12:49:00 -0500 From: Rob Herring To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Chester Lin , s32@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Greg Kroah-Hartman , Shawn Guo , Krzysztof Kozlowski , Oleksij Rempel , Stefan Riedmueller , Matthias Schiffer , Li Yang , Fabio Estevam , Matteo Lisi , Frieder Schrempf , Tim Harvey , Jagan Teki , catalin-dan.udma@nxp.com, bogdan.hamciuc@nxp.com, bogdan.folea@nxp.com, ciprianmarian.costea@nxp.com, radu-nicolae.pirea@nxp.com, ghennadi.procopciuc@nxp.com, Matthias Brugger , "Ivan T . Ivanov" , "Lee, Chun-Yi" Subject: Re: [PATCH 1/8] dt-bindings: arm: fsl: add NXP S32G2 boards Message-ID: References: <20210805065429.27485-1-clin@suse.com> <20210805065429.27485-2-clin@suse.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210813_104906_942269_451F0E77 X-CRM114-Status: GOOD ( 17.56 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Aug 12, 2021 at 05:46:16PM +0200, Andreas F=E4rber wrote: > Hello Rob and NXP, > = > On 05.08.21 08:54, Chester Lin wrote: > > Add bindings for S32G2's evaluation board (S32G-VNP-EVB) and reference > > design 2 board ( S32G-VNP-RDB2). > > = > > Signed-off-by: Chester Lin > > --- > > Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ > > 1 file changed, 7 insertions(+) > > = > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documenta= tion/devicetree/bindings/arm/fsl.yaml > > index e2097011c4b0..3914aa09e503 100644 > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > @@ -983,6 +983,13 @@ properties: > > - const: solidrun,lx2160a-cex7 > > - const: fsl,lx2160a > > = > > + - description: S32G2 based Boards > > + items: > > + - enum: > > + - fsl,s32g274a-evb > > + - fsl,s32g274a-rdb2 > = > @Rob: Should for new boards the description: syntax be used also for > enums? Or just at SoC level, and for board enums still traditional # > comments? It's up to how the platform wants to do it. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel