From: Shawn Guo <shawnguo2@yeah.net>
To: Parthiban Nallathambi <parthiban@linumiz.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.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
Subject: Re: [PATCH 2/2] ARM: dts: imx6ull: add seeed studio NPi dev board
Date: Fri, 29 Mar 2024 12:00:24 +0800 [thread overview]
Message-ID: <ZgY82LADJS9FuvY6@dragon> (raw)
In-Reply-To: <20240229082337.3090778-2-parthiban@linumiz.com>
On Thu, Feb 29, 2024 at 01:53:37PM +0530, Parthiban Nallathambi wrote:
> Add support for Seed Stuidos NPi i.MX6ULL SoM equipped with
> 512MB RAM and 8GB eMMC or 512MB NAND flash. Development
> board comes with either eMMC or NAND based SoM with peripheral
> interfaces like 2 x ethernet, 2 x USB, LCD, CSI and more.
>
> Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
> ---
> arch/arm/boot/dts/nxp/imx/Makefile | 2 +
> .../imx/imx6ull-seeed-npi-dev-board-emmc.dts | 19 +
> .../imx/imx6ull-seeed-npi-dev-board-nand.dts | 19 +
> .../nxp/imx/imx6ull-seeed-npi-dev-board.dtsi | 424 ++++++++++++++++++
> .../boot/dts/nxp/imx/imx6ull-seeed-npi.dtsi | 155 +++++++
> 5 files changed, 619 insertions(+)
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi-dev-board-emmc.dts
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi-dev-board-nand.dts
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi-dev-board.dtsi
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi.dtsi
Could you elaborate a bit the point of splitting imx6ull-seeed-npi.dtsi
and imx6ull-seeed-npi-dev-board.dtsi? Why cannot they be a single file?
Shawn
_______________________________________________
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: Shawn Guo <shawnguo2@yeah.net>
To: Parthiban Nallathambi <parthiban@linumiz.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.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
Subject: Re: [PATCH 2/2] ARM: dts: imx6ull: add seeed studio NPi dev board
Date: Fri, 29 Mar 2024 12:00:24 +0800 [thread overview]
Message-ID: <ZgY82LADJS9FuvY6@dragon> (raw)
In-Reply-To: <20240229082337.3090778-2-parthiban@linumiz.com>
On Thu, Feb 29, 2024 at 01:53:37PM +0530, Parthiban Nallathambi wrote:
> Add support for Seed Stuidos NPi i.MX6ULL SoM equipped with
> 512MB RAM and 8GB eMMC or 512MB NAND flash. Development
> board comes with either eMMC or NAND based SoM with peripheral
> interfaces like 2 x ethernet, 2 x USB, LCD, CSI and more.
>
> Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
> ---
> arch/arm/boot/dts/nxp/imx/Makefile | 2 +
> .../imx/imx6ull-seeed-npi-dev-board-emmc.dts | 19 +
> .../imx/imx6ull-seeed-npi-dev-board-nand.dts | 19 +
> .../nxp/imx/imx6ull-seeed-npi-dev-board.dtsi | 424 ++++++++++++++++++
> .../boot/dts/nxp/imx/imx6ull-seeed-npi.dtsi | 155 +++++++
> 5 files changed, 619 insertions(+)
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi-dev-board-emmc.dts
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi-dev-board-nand.dts
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi-dev-board.dtsi
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-seeed-npi.dtsi
Could you elaborate a bit the point of splitting imx6ull-seeed-npi.dtsi
and imx6ull-seeed-npi-dev-board.dtsi? Why cannot they be a single file?
Shawn
next prev parent reply other threads:[~2024-03-29 4:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 8:23 [PATCH 1/2] dt-bindings: arm: fsl: Add Seeed studio NPi based boards Parthiban Nallathambi
2024-02-29 8:23 ` Parthiban Nallathambi
2024-02-29 8:23 ` [PATCH 2/2] ARM: dts: imx6ull: add seeed studio NPi dev board Parthiban Nallathambi
2024-02-29 8:23 ` Parthiban Nallathambi
2024-03-29 4:00 ` Shawn Guo [this message]
2024-03-29 4:00 ` Shawn Guo
2024-03-29 9:40 ` Parthiban
2024-03-29 9:40 ` Parthiban
2024-02-29 10:22 ` [PATCH 1/2] dt-bindings: arm: fsl: Add Seeed studio NPi based boards Krzysztof Kozlowski
2024-02-29 10:22 ` Krzysztof Kozlowski
2024-02-29 13:35 ` Rob Herring
2024-02-29 13:35 ` Rob Herring
2024-02-29 13:42 ` Parthiban
2024-02-29 13:42 ` Parthiban
2024-03-04 3:41 ` Parthiban
2024-03-04 3:41 ` Parthiban
2024-03-29 12:08 ` Shawn Guo
2024-03-29 12:08 ` Shawn Guo
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=ZgY82LADJS9FuvY6@dragon \
--to=shawnguo2@yeah.net \
--cc=conor+dt@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=parthiban@linumiz.com \
--cc=robh+dt@kernel.org \
--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.