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 E55A0C4338F for ; Fri, 13 Aug 2021 17:55:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3170610A4 for ; Fri, 13 Aug 2021 17:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230160AbhHMRzz (ORCPT ); Fri, 13 Aug 2021 13:55:55 -0400 Received: from mail-ot1-f47.google.com ([209.85.210.47]:46913 "EHLO mail-ot1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231823AbhHMRzR (ORCPT ); Fri, 13 Aug 2021 13:55:17 -0400 Received: by mail-ot1-f47.google.com with SMTP id v33-20020a0568300921b0290517cd06302dso184652ott.13; Fri, 13 Aug 2021 10:54:02 -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:in-reply-to; bh=vN1Ro8SFmGGRVeTjvNxQ/6Tj6lw0hqz/g1dXZ9CSndM=; b=sWd+QVAlyUKIrTn/1ONRCXlZgbmkzFmYdPY60kzc3sXIlaDY7se8gh9VWxxFRvA6pq a825umyOueYOHBVFkWFD3qPXiHhzHSn1tZl3Anye4HMBpUXGTc0cNGy1zPJRQAfy1LRq DgHFrA5BuWZ3lgsnXBYaweOwfhnB4URPHp23AcuvYiOckNd+SpvvJfi/3RVm18d0qVQ2 9RydVnnb4hNvmSOM3O4f8OpopEKzdxd1phLeglmc81OzaI44tNyl5QVt0WM3QHqBrCPG 9oQvl6A51g14MhdcwB2wIdm3OEgVHOuknsNyFHxWm50scQJ1iG2Q9ILJIXIMAQHFkM4K yuzw== X-Gm-Message-State: AOAM5323n/K7MwUdYfsp9l9XvVH5l8qi/Qp4k3SUS2X8y80Jz7fFKpTj JRlpvwkRbnrbPFQ/owMClg== X-Google-Smtp-Source: ABdhPJzhY2HLgGmX5bWhBfVNpTEOsDQXalq1Wmpn/2g6XvjlE+aRHdxHa+So6xPNK5oulc/3HccBSQ== X-Received: by 2002:a9d:729a:: with SMTP id t26mr3085115otj.28.1628877242437; Fri, 13 Aug 2021 10:54:02 -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 k13sm458822oik.40.2021.08.13.10.54.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Aug 2021 10:54:01 -0700 (PDT) Received: (nullmailer pid 3757698 invoked by uid 1000); Fri, 13 Aug 2021 17:53:59 -0000 Date: Fri, 13 Aug 2021 12:53:59 -0500 From: Rob Herring To: Chester Lin Cc: 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 , s32@nxp.com, 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 , Andreas =?iso-8859-1?Q?F=E4rber?= , "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=us-ascii Content-Disposition: inline In-Reply-To: <20210805065429.27485-2-clin@suse.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 05, 2021 at 02:54:22PM +0800, 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 > + - const: fsl,s32g2 Given this is an entirely different family from i.MX and new?, shouldn't it use 'nxp' instead of 'fsl'? Either way, Acked-by: Rob Herring 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 42436C4338F for ; Fri, 13 Aug 2021 17:56:00 +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 12FD060EFE for ; Fri, 13 Aug 2021 17:56:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 12FD060EFE 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=9bW7bnzY8cPdqdPBK2AWiqIcFyuRp4pW2zEFx1ocW8Y=; b=rz10aA/HxnjkZ1 tkDvjhfOz0NnP9nE0o0McTn21bX0iXk5ZMPx/LcGFnfOrKMhf28Tta1W7OsnTVErs9uXUrOH1iyw1 ExJdpGKm7Ezkm64QUSqLzwA/Qn5UzYxN38s/RBrSGykfeN+Z5/ZXDpTa7zxSDbDO2Ps560k7kHDMe C9FJdC38YccNFE/Gfxn6BslC2BkK3wuT+JFSsPEIe74rIIVEhXqePOkmtmPG8bl40jAO8dK+xmsLF DwnFn1sdUHUXtPy0X3JIfDw0+Cz90wQEalb/SBYZ/Q8UKvwzAoGtK+KrBKs7ChrreWgtNKAmKDU1Y eZ3CWnpQejMdNoXm5XNA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mEbNj-00DJPe-9m; Fri, 13 Aug 2021 17:54:11 +0000 Received: from mail-ot1-f47.google.com ([209.85.210.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mEbNb-00DJOD-Nz for linux-arm-kernel@lists.infradead.org; Fri, 13 Aug 2021 17:54:07 +0000 Received: by mail-ot1-f47.google.com with SMTP id 108-20020a9d01750000b029050e5cc11ae3so12964626otu.5 for ; Fri, 13 Aug 2021 10:54: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:in-reply-to; bh=vN1Ro8SFmGGRVeTjvNxQ/6Tj6lw0hqz/g1dXZ9CSndM=; b=jAAZH2pixppiiJq/53pAyvCsDBcxR0O/dJJf6CXuz+jdpeivjfyEEOYEHbcGbWBMSM WNNDJEm+gDvbL9Oca1jjOh+qiukmsGb++xdz1ek0tiPqpr+rWSRExg5wRZZsMpf3p8nm yb1dj7f7cSlQVoXQ8aMJL4gfqrfy1T2EXKPNsbgP/I0z/RINszSFw10jzUfjyBNdGJhT QkrnY3I0lBskcZnNsKUIeiRPZLr7pt0Ps2ZISmwNZq19S/NfhxwrhwWOReYOCN2LgzAS RqpypcCJOmcAHf8zQKyTx/hcszmvO7M16hkdXsQLAbU2vMl4+vKvoCsCMMk6M0HPHzY/ SJww== X-Gm-Message-State: AOAM531VInB+0e7/wF3Zmgiv3jskCH+WNQdrUZasN26Ne5ZIAiI8lol2 ccgDx/4uxUBN2CA665PGLw== X-Google-Smtp-Source: ABdhPJzhY2HLgGmX5bWhBfVNpTEOsDQXalq1Wmpn/2g6XvjlE+aRHdxHa+So6xPNK5oulc/3HccBSQ== X-Received: by 2002:a9d:729a:: with SMTP id t26mr3085115otj.28.1628877242437; Fri, 13 Aug 2021 10:54:02 -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 k13sm458822oik.40.2021.08.13.10.54.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Aug 2021 10:54:01 -0700 (PDT) Received: (nullmailer pid 3757698 invoked by uid 1000); Fri, 13 Aug 2021 17:53:59 -0000 Date: Fri, 13 Aug 2021 12:53:59 -0500 From: Rob Herring To: Chester Lin Cc: 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 , s32@nxp.com, 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 , Andreas =?iso-8859-1?Q?F=E4rber?= , "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: <20210805065429.27485-2-clin@suse.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210813_105403_848457_5A0EB95C X-CRM114-Status: GOOD ( 15.93 ) 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 Thu, Aug 05, 2021 at 02:54:22PM +0800, 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 > + - const: fsl,s32g2 Given this is an entirely different family from i.MX and new?, shouldn't it use 'nxp' instead of 'fsl'? Either way, Acked-by: Rob Herring Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel