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 956D7C433EF for ; Mon, 2 May 2022 23:02:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232974AbiEBXFn (ORCPT ); Mon, 2 May 2022 19:05:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230157AbiEBXFl (ORCPT ); Mon, 2 May 2022 19:05:41 -0400 Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82F6B2DAB6; Mon, 2 May 2022 16:02:11 -0700 (PDT) Received: by mail-oi1-f177.google.com with SMTP id z8so16683564oix.3; Mon, 02 May 2022 16:02:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WR/yNaVn0oKvy+CnVuoKUFtzBzSP5sIDulB7MsR7hO8=; b=3VyCCiQzm/6A3n9txOycqgc7J0+/YCmAO1drlgvgu4l6k6vrahk2OTUDa7ES+eshrd Sp2NI+3Ifimqhi98V7rhZCvLxVfTN5xqAlnXaoLlPEzJm9TX686qFR9r00oyggGqRNT+ flQA2gySHHsyMoS4qNQFsqT6f2+zhK8UhFcKmCs9/FJyORCOCHWo3HlzZdFED79nAhSE FpCXq+EdpUJ32NpdddpoUhQB5on9My8tQhDuS3Vg7pu5oxu2jxpOF/sTRWDo/OH0w6Ob wV4A4okCD3YoHBaTxMx0mRaLtkVu0aAEsBMUIrHNqIcxwwNPaLieeGaFPpf6ZAnM//ne xRtQ== X-Gm-Message-State: AOAM531FHUMxSHyba7sYVhCZ8tr8UyKwPszrOEqAhcKf/wYqy+fMVZ2o ar99AQ2NjPFTJy4H4xazgw== X-Google-Smtp-Source: ABdhPJyrrrVy/nBJX0NxS3n0bBBerGGiEY+59Kdl77j+XTI2OWdQl05GkFXTfkI0N6SkepTNcpUUnw== X-Received: by 2002:a05:6808:1c7:b0:326:134f:1f50 with SMTP id x7-20020a05680801c700b00326134f1f50mr670432oic.203.1651532530718; Mon, 02 May 2022 16:02:10 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w23-20020a9d6757000000b0060603221257sm3378457otm.39.2022.05.02.16.02.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 May 2022 16:02:10 -0700 (PDT) Received: (nullmailer pid 1963769 invoked by uid 1000); Mon, 02 May 2022 23:02:09 -0000 Date: Mon, 2 May 2022 18:02:09 -0500 From: Rob Herring To: "Peng Fan (OSS)" Cc: krzysztof.kozlowski+dt@linaro.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH 1/3] arm64: dts: freescale: Add i.MX93 dtsi support Message-ID: References: <20220425110330.1630984-1-peng.fan@oss.nxp.com> <20220425110330.1630984-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220425110330.1630984-2-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 25, 2022 at 07:03:28PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The i.MX 93 applications processors are the first in the i.MX portfolio > to integrate the scalable Arm Cortex-A55 core, bringing performance > and energy efficiency to Linux-based edge applications and the > Arm Ethos-U65 microNPU, enabling developers to create more capable, > cost-effective and energy-efficient ML applications. > > Add the basic dtsi support for i.MX93. > > Signed-off-by: Peng Fan > --- > arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 623 ++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx93.dtsi | 337 ++++++++++ > 2 files changed, 960 insertions(+) > create mode 100755 arch/arm64/boot/dts/freescale/imx93-pinfunc.h > create mode 100644 arch/arm64/boot/dts/freescale/imx93.dtsi > > diff --git a/arch/arm64/boot/dts/freescale/imx93-pinfunc.h b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h > new file mode 100755 > index 000000000000..f848ccd411cb > --- /dev/null > +++ b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h > @@ -0,0 +1,623 @@ > +/* SPDX-License-Identifier: GPL-2.0+ */ Your licensing isn't consistent. The board dts is different. Dual licensing is what's correct. Your company is okay with GPLv3? 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 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 AD6C8C433F5 for ; Mon, 2 May 2022 23:03:35 +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=QFkobM1VMx22307Tzm8YKPEzpdgjzimAKKBR/ntoiz4=; b=MBDB6ztUMwesUZ 8rRSNO1nnwpav44gk2UfI+MDfKX4Ube7gRB6pxGy6P2P5RQmhPs/R7S9MeDEV6nX68LVUhjCu3PoM VEFw6PXnuTmNJLlwdkrTnAW9BZJF3A3umGONydqMFpMcNmUNO0VZvi6BDfWqtIlrLpES8gO0+lPPu bzbNbxcZt+BLQuQSLL51AcvoFAvSCTkpYW7cpKMgZA8JVS37DqVws6Jp+uVOPNZ0R/x7/E0pZzEoG 9FCt/rwubIBmeZ9PZEhGqk0IGDfR8zLiS+HRBZWDn12UTdtZg8F6+fgVOW9a4dGYtgUdlhCetMiLd QYeGK4aTYzSoevbSBM9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlf3X-0032UJ-FT; Mon, 02 May 2022 23:02:15 +0000 Received: from mail-oi1-f177.google.com ([209.85.167.177]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlf3U-0032TQ-3f for linux-arm-kernel@lists.infradead.org; Mon, 02 May 2022 23:02:13 +0000 Received: by mail-oi1-f177.google.com with SMTP id m11so16636434oib.11 for ; Mon, 02 May 2022 16:02:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WR/yNaVn0oKvy+CnVuoKUFtzBzSP5sIDulB7MsR7hO8=; b=ID1pV+ZR9Siorl8Hwb3tEt+evfPGLbHfgMFfpNHDaIhwO1RuhQxhN5FBvJR6HmaYMy 5hUJ/dRbIkz9wYkQy+jrCiEKHPDONYZsFeNeuSzmUNTG9WqAXuR6hsaQ2Yhqe0FRYR4s IbbbbPdLER7LgtekyrUNidCjtn40EvNWykiogS4XWO/wT6+AajyogQvUxc3XOzwOpfGt yDlEanm3LxBrpfZsIhHhb7LHIDdn5ciJZKom3SHRWGsxcKYd4Sl82eGjZZHYNAIFrLcf 8xdLoaM0QtnxwWH2v6ufCo0xzPyqu3WPHgEb0mJE6C07ZbNWMdyoeZUI6zxMSyU/UKu1 TTYQ== X-Gm-Message-State: AOAM5337bvAN2yemDvCxXhXzBJV2RLu4+kijGtmbZnwl3XJZtkoOMRtc k8GAuUjFxC91MQ32V3GLDuyzePM19w== X-Google-Smtp-Source: ABdhPJyrrrVy/nBJX0NxS3n0bBBerGGiEY+59Kdl77j+XTI2OWdQl05GkFXTfkI0N6SkepTNcpUUnw== X-Received: by 2002:a05:6808:1c7:b0:326:134f:1f50 with SMTP id x7-20020a05680801c700b00326134f1f50mr670432oic.203.1651532530718; Mon, 02 May 2022 16:02:10 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w23-20020a9d6757000000b0060603221257sm3378457otm.39.2022.05.02.16.02.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 May 2022 16:02:10 -0700 (PDT) Received: (nullmailer pid 1963769 invoked by uid 1000); Mon, 02 May 2022 23:02:09 -0000 Date: Mon, 2 May 2022 18:02:09 -0500 From: Rob Herring To: "Peng Fan (OSS)" Cc: krzysztof.kozlowski+dt@linaro.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH 1/3] arm64: dts: freescale: Add i.MX93 dtsi support Message-ID: References: <20220425110330.1630984-1-peng.fan@oss.nxp.com> <20220425110330.1630984-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220425110330.1630984-2-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220502_160212_184950_1C32CCCD X-CRM114-Status: GOOD ( 16.45 ) 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, Apr 25, 2022 at 07:03:28PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The i.MX 93 applications processors are the first in the i.MX portfolio > to integrate the scalable Arm Cortex-A55 core, bringing performance > and energy efficiency to Linux-based edge applications and the > Arm Ethos-U65 microNPU, enabling developers to create more capable, > cost-effective and energy-efficient ML applications. > > Add the basic dtsi support for i.MX93. > > Signed-off-by: Peng Fan > --- > arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 623 ++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx93.dtsi | 337 ++++++++++ > 2 files changed, 960 insertions(+) > create mode 100755 arch/arm64/boot/dts/freescale/imx93-pinfunc.h > create mode 100644 arch/arm64/boot/dts/freescale/imx93.dtsi > > diff --git a/arch/arm64/boot/dts/freescale/imx93-pinfunc.h b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h > new file mode 100755 > index 000000000000..f848ccd411cb > --- /dev/null > +++ b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h > @@ -0,0 +1,623 @@ > +/* SPDX-License-Identifier: GPL-2.0+ */ Your licensing isn't consistent. The board dts is different. Dual licensing is what's correct. Your company is okay with GPLv3? Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel