linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Jacky Bai <ping.bai@nxp.com>
To: Rob Herring <robh@kernel.org>
Cc: "shawnguo@kernel.org" <shawnguo@kernel.org>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	dl-linux-imx <linux-imx@nxp.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: RE: [PATCH 10/11] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp
Date: Thu, 17 Jun 2021 09:03:29 +0000	[thread overview]
Message-ID: <DBBPR04MB7930670926DD2CB2A474DDAD870E9@DBBPR04MB7930.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210616235137.GA311711@robh.at.kernel.org>

> Subject: Re: [PATCH 10/11] arm64: dts: imx8ulp: Add the basic dtsi file for
> imx8ulp
> 
> On Mon, Jun 07, 2021 at 04:39:20PM +0800, Jacky Bai wrote:
> > Add the basic dtsi support for i.MX8ULP.
> >
> > i.MX 8ULP is part of the ULP family with emphasis on extreme low-power
> > techniques using the 28 nm fully depleted silicon on insulator
> > process. Like i.MX 7ULP, i.MX 8ULP continues to be based on asymmetric
> > architecture, however will add a third DSP domain for advanced
> > voice/audio capability and a Graphics domain where it is possible to
> > access graphics resources from the application side or the realtime
> > side.
> >
> > Signed-off-by: Jacky Bai <ping.bai@nxp.com>
> > ---
> >  .../boot/dts/freescale/imx8ulp-pinfunc.h      | 978
> ++++++++++++++++++
> >  arch/arm64/boot/dts/freescale/imx8ulp.dtsi    | 474 +++++++++
> >  2 files changed, 1452 insertions(+)
> >  create mode 100755 arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h
> >  create mode 100644 arch/arm64/boot/dts/freescale/imx8ulp.dtsi
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h
> > b/arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h
> > new file mode 100755
> > index 000000000000..faa702634a38
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h
> > @@ -0,0 +1,978 @@
> > +/* SPDX-License-Identifier: GPL-2.0+ */
> 
> 
> > diff --git a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi
> > b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi
> > new file mode 100644
> > index 000000000000..469c2dcd4636
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi
> > @@ -0,0 +1,474 @@
> > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> 
> How can I use MIT when GPL only header is included? Dual license the header
> please.
> 

Ok, will add Dual license in the above file.

> And NXP is good with GPLv3, GPLv4, etc.?

It seems no file use GPLv3 in latest kernel, I will keep use GPLv2 for now, is it ok?

BR
Jacky Bai
> 
> > +/*
> > + * Copyright 2021 NXP
> > + */
> > +
> > +#include <dt-bindings/clock/imx8ulp-clock.h>
> > +#include <dt-bindings/gpio/gpio.h>
> > +#include <dt-bindings/interrupt-controller/arm-gic.h>
> > +
> > +#include "imx8ulp-pinfunc.h"
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-06-17  9:05 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  8:39 [PATCH 00/11] Add imx8ulp basic dtsi support Jacky Bai
2021-06-07  8:39 ` [PATCH 01/11] dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string Jacky Bai
2021-06-09 10:56   ` Linus Walleij
2021-06-11 13:45   ` Dong Aisheng
2021-06-16 23:42   ` Rob Herring
2021-06-07  8:39 ` [PATCH 02/11] dt-bindings: i2c: imx-lpi2c: " Jacky Bai
2021-06-11 13:46   ` Dong Aisheng
2021-06-16 23:43   ` Rob Herring
2021-06-07  8:39 ` [PATCH 03/11] dt-bindings: mmc: imx-esdhc: Add imx8ulp compatibe string Jacky Bai
2021-06-11 13:50   ` Dong Aisheng
2021-06-16 23:44   ` Rob Herring
2021-06-07  8:39 ` [PATCH 04/11] dt-bindings: serial: fsl-lpuart: Add imx8ulp compatible string Jacky Bai
2021-06-11 13:52   ` Dong Aisheng
2021-06-16 23:44   ` Rob Herring
2021-06-07  8:39 ` [PATCH 05/11] dt-bindings: spi: fsl-lpspi: " Jacky Bai
2021-06-11 13:57   ` Dong Aisheng
2021-06-16 23:45   ` Rob Herring
2021-06-07  8:39 ` [PATCH 06/11] dt-bindings: timer: tpm-timer: " Jacky Bai
2021-06-11 13:58   ` Dong Aisheng
2021-06-16 23:45   ` Rob Herring
2021-06-07  8:39 ` [PATCH 07/11] dt-bindings: watchdog: imx7ulp-wdt: " Jacky Bai
2021-06-11 13:58   ` Dong Aisheng
2021-06-16 23:45   ` Rob Herring
2021-06-07  8:39 ` [PATCH 08/11] dt-bindings: arm: fsl: Add binding for imx8ulp evk Jacky Bai
2021-06-11 13:59   ` Dong Aisheng
2021-06-16 23:46   ` Rob Herring
2021-06-07  8:39 ` [PATCH 09/11] dt-bindings: clock: Add imx8ulp clock support Jacky Bai
2021-06-11 14:17   ` Dong Aisheng
2021-06-16 23:47   ` Rob Herring
2021-06-17  9:09     ` Jacky Bai
2021-06-07  8:39 ` [PATCH 11/11] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board Jacky Bai
2021-06-11 14:43   ` Dong Aisheng
     [not found] ` <20210607083921.2668568-11-ping.bai@nxp.com>
2021-06-11 14:40   ` [PATCH 10/11] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp Aisheng Dong
2021-06-16 23:51   ` Rob Herring
2021-06-17  9:03     ` Jacky Bai [this message]
2021-06-18  1:41       ` Jacky Bai

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=DBBPR04MB7930670926DD2CB2A474DDAD870E9@DBBPR04MB7930.eurprd04.prod.outlook.com \
    --to=ping.bai@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).