From: Shenwei Wang <shenwei.wang@nxp.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Peng Fan <peng.fan@nxp.com>
Cc: devicetree@vger.kernel.org, NXP Linux Team <linux-imx@nxp.com>,
Shenwei Wang <shenwei.wang@nxp.com>
Subject: [PATCH RESEND v3 0/3] add imx8dxl evk support
Date: Fri, 15 Jul 2022 18:12:38 -0500 [thread overview]
Message-ID: <20220715231241.346778-1-shenwei.wang@nxp.com> (raw)
i.MX8DXL is a device targeting the automotive and industrial market
segments. The chip is designed to achieve both high performance and
low power consumption. It has a dual (2x) Cortex-A35 processor.
The series of patches is to add the imx8dxl soc and its evk board
support.
RESEND because the previous ones didn't CC "devicetree@vger.kernel.org".
Thanks for Rob's notification.
changes in V3:
- re-order the commit sequence according to Krzysztof's feedback
- correct the syntax and styple problems pointed by Krzysztof
(Thank you for the detailed review, Krzysztof!)
- remove the unused nodes in imx8dxl-evk.dts
- dt_binding_check passed
Changes in V2:
- removed the edma2 device node because the edma v3 driver hasn't been
upstreamed yet.
- removed the imx8dxl_cm4 alias to fix the compile error.
- removed the extra blank lines at EOF.
- dt_binding_check passed.
Shenwei Wang (3):
dt-bindings: firmware: add missing resource IDs for imx8dxl
dt-bindings: arm: imx: update fsl.yaml for imx8dxl
arm64: dts: imx: add imx8dxl support
.../devicetree/bindings/arm/fsl.yaml | 6 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../arm64/boot/dts/freescale/imx8-ss-ddr.dtsi | 2 +-
.../arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 138 +++++
.../boot/dts/freescale/imx8-ss-lsio.dtsi | 14 +
arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 566 ++++++++++++++++++
.../boot/dts/freescale/imx8dxl-ss-adma.dtsi | 72 +++
.../boot/dts/freescale/imx8dxl-ss-conn.dtsi | 142 +++++
.../boot/dts/freescale/imx8dxl-ss-ddr.dtsi | 9 +
.../boot/dts/freescale/imx8dxl-ss-lsio.dtsi | 78 +++
arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 245 ++++++++
include/dt-bindings/firmware/imx/rsrc.h | 7 +
12 files changed, 1279 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-ddr.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-lsio.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl.dtsi
--
2.25.1
next reply other threads:[~2022-07-15 23:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-15 23:12 Shenwei Wang [this message]
2022-07-15 23:12 ` [PATCH RESEND v3 1/3] dt-bindings: firmware: add missing resource IDs for imx8dxl Shenwei Wang
2022-07-15 23:12 ` [PATCH RESEND v3 2/3] dt-bindings: arm: imx: update fsl.yaml " Shenwei Wang
2022-07-15 23:12 ` [PATCH RESEND v3 3/3] arm64: dts: imx: add imx8dxl support Shenwei Wang
2022-07-18 13:00 ` Krzysztof Kozlowski
2022-07-18 18:50 ` [EXT] " Shenwei Wang
2022-07-19 6:36 ` Krzysztof Kozlowski
2022-07-19 19:28 ` Shenwei Wang
2022-07-19 20:14 ` Krzysztof Kozlowski
2022-07-19 20:33 ` Shenwei Wang
2022-07-19 20:50 ` Krzysztof Kozlowski
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=20220715231241.346778-1-shenwei.wang@nxp.com \
--to=shenwei.wang@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-imx@nxp.com \
--cc=peng.fan@nxp.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 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).