All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
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 <peng.fan@nxp.com>
Subject: Re: [PATCH 1/3] arm64: dts: freescale: Add i.MX93 dtsi support
Date: Mon, 2 May 2022 18:02:09 -0500	[thread overview]
Message-ID: <YnBi8dnKQQC0bHsR@robh.at.kernel.org> (raw)
In-Reply-To: <20220425110330.1630984-2-peng.fan@oss.nxp.com>

On Mon, Apr 25, 2022 at 07:03:28PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> 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 <peng.fan@nxp.com>
> ---
>  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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
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 <peng.fan@nxp.com>
Subject: Re: [PATCH 1/3] arm64: dts: freescale: Add i.MX93 dtsi support
Date: Mon, 2 May 2022 18:02:09 -0500	[thread overview]
Message-ID: <YnBi8dnKQQC0bHsR@robh.at.kernel.org> (raw)
In-Reply-To: <20220425110330.1630984-2-peng.fan@oss.nxp.com>

On Mon, Apr 25, 2022 at 07:03:28PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> 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 <peng.fan@nxp.com>
> ---
>  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

  reply	other threads:[~2022-05-02 23:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25 11:03 [PATCH 0/3] arm64: add i.MX93 support Peng Fan (OSS)
2022-04-25 11:03 ` Peng Fan (OSS)
2022-04-25 11:03 ` [PATCH 1/3] arm64: dts: freescale: Add i.MX93 dtsi support Peng Fan (OSS)
2022-04-25 11:03   ` Peng Fan (OSS)
2022-05-02 23:02   ` Rob Herring [this message]
2022-05-02 23:02     ` Rob Herring
2022-04-25 11:03 ` [PATCH 2/3] arm64: dts: freescale: add i.MX93 11x11 EVK basic support Peng Fan (OSS)
2022-04-25 11:03   ` Peng Fan (OSS)
2022-06-05 20:39   ` Tommaso Merciai
2022-06-05 20:39     ` Tommaso Merciai
2022-06-05 20:53     ` Tommaso Merciai
2022-06-05 20:53       ` Tommaso Merciai
2022-04-25 11:03 ` [PATCH 3/3] arm64: defconfig: enable i.MX93 clk & pinctrl Peng Fan (OSS)
2022-04-25 11:03   ` Peng Fan (OSS)
2022-06-05 19:52   ` Tommaso Merciai
2022-06-05 19:52     ` Tommaso Merciai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YnBi8dnKQQC0bHsR@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.