From: Vitor Soares <ivitro@gmail.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Daniel Baluta <daniel.baluta@gmail.com>
Cc: Vitor Soares <vitor.soares@toradex.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
ivitro@gmail.com
Subject: [PATCH v2 0/2] Add support for Toradex SMARC i.MX8MP
Date: Mon, 14 Apr 2025 13:38:25 +0100 [thread overview]
Message-ID: <20250414123827.428339-1-ivitro@gmail.com> (raw)
From: Vitor Soares <vitor.soares@toradex.com>
This series adds support for the new Toradex SMARC i.MX8MP
System-on-Module (SoM) and its Development carrier board.
More information on the SoM and carrier board can be found here:
https://www.toradex.com/computer-on-modules/smarc-arm-family/nxp-imx-8m-plus
https://www.toradex.com/products/carrier-board/smarc-development-board-kit
Changes in v2:
- Move the Makefile rule to the proper place. (Daniel Baluta)
- Remove the dsp_reserved node, it is already disabled in imx8mp.dtsi
- Add Acked-by from Conor Dooley
Vitor Soares (2):
dt-bindings: arm: fsl: add Toradex SMARC iMX8MP SoM and carrier
arm64: dts: freescale: add Toradex SMARC iMX8MP
.../devicetree/bindings/arm/fsl.yaml | 6 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../freescale/imx8mp-toradex-smarc-dev.dts | 297 ++++
.../dts/freescale/imx8mp-toradex-smarc.dtsi | 1284 +++++++++++++++++
4 files changed, 1588 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc-dev.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi
--
2.34.1
next reply other threads:[~2025-04-14 12:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 12:38 Vitor Soares [this message]
2025-04-14 12:38 ` [PATCH v2 1/2] dt-bindings: arm: fsl: add Toradex SMARC iMX8MP SoM and carrier Vitor Soares
2025-04-15 6:51 ` Daniel Baluta
2025-04-14 12:38 ` [PATCH v2 2/2] arm64: dts: freescale: add Toradex SMARC iMX8MP Vitor Soares
2025-04-15 6:56 ` Daniel Baluta
2025-04-25 1:54 ` [PATCH v2 0/2] Add support for Toradex SMARC i.MX8MP 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=20250414123827.428339-1-ivitro@gmail.com \
--to=ivitro@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel.baluta@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=vitor.soares@toradex.com \
/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.