From: Mathieu Othacehe <othacehe@gnu.org>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.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>,
NXP Linux Team <linux-imx@nxp.com>, Li Yang <leoyang.li@nxp.com>,
Stefan Wahren <wahrenst@gmx.net>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Mathieu Othacehe <othacehe@gnu.org>
Subject: [PATCH v7 0/2] Add Variscite VAR-SOM-MX93 support
Date: Mon, 8 Jan 2024 12:02:39 +0100 [thread overview]
Message-ID: <20240108110241.8555-1-othacehe@gnu.org> (raw)
Hey,
This is a v7 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony
Board.
Thanks,
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
Changes in v7:
- Move the iomuxc nodes to the end of the files
Changes in v6:
- Fix gpio-keys and leds nodes
- Fix dtb_checks warnings
Changes in v5:
- Add gpio-keys and gpio-leds
- Enable lpuart6
Changes in v4:
- Add ethernet0 alias
- Remove useless properties
Changes in v3:
- Fix indentation on a continuation line
- Remove useless nodes and include
Changes in v2:
- Remove "nxp,pca9451a" block
- Fixed checkpatch warnings
- Fixed dtb_checks warnings
- Introduce dt-bindings documentation
v6: https://lore.kernel.org/linux-devicetree/20240103202243.26994-1-othacehe@gnu.org/
Mathieu Othacehe (2):
dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony
arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93
.../devicetree/bindings/arm/fsl.yaml | 6 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../dts/freescale/imx93-var-som-symphony.dts | 351 ++++++++++++++++++
.../boot/dts/freescale/imx93-var-som.dtsi | 111 ++++++
4 files changed, 469 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi
--
2.41.0
_______________________________________________
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: Mathieu Othacehe <othacehe@gnu.org>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.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>,
NXP Linux Team <linux-imx@nxp.com>, Li Yang <leoyang.li@nxp.com>,
Stefan Wahren <wahrenst@gmx.net>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Mathieu Othacehe <othacehe@gnu.org>
Subject: [PATCH v7 0/2] Add Variscite VAR-SOM-MX93 support
Date: Mon, 8 Jan 2024 12:02:39 +0100 [thread overview]
Message-ID: <20240108110241.8555-1-othacehe@gnu.org> (raw)
Hey,
This is a v7 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony
Board.
Thanks,
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
Changes in v7:
- Move the iomuxc nodes to the end of the files
Changes in v6:
- Fix gpio-keys and leds nodes
- Fix dtb_checks warnings
Changes in v5:
- Add gpio-keys and gpio-leds
- Enable lpuart6
Changes in v4:
- Add ethernet0 alias
- Remove useless properties
Changes in v3:
- Fix indentation on a continuation line
- Remove useless nodes and include
Changes in v2:
- Remove "nxp,pca9451a" block
- Fixed checkpatch warnings
- Fixed dtb_checks warnings
- Introduce dt-bindings documentation
v6: https://lore.kernel.org/linux-devicetree/20240103202243.26994-1-othacehe@gnu.org/
Mathieu Othacehe (2):
dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony
arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93
.../devicetree/bindings/arm/fsl.yaml | 6 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../dts/freescale/imx93-var-som-symphony.dts | 351 ++++++++++++++++++
.../boot/dts/freescale/imx93-var-som.dtsi | 111 ++++++
4 files changed, 469 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi
--
2.41.0
next reply other threads:[~2024-01-08 11:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-08 11:02 Mathieu Othacehe [this message]
2024-01-08 11:02 ` [PATCH v7 0/2] Add Variscite VAR-SOM-MX93 support Mathieu Othacehe
2024-01-08 11:02 ` [PATCH v7 1/2] dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony Mathieu Othacehe
2024-01-08 11:02 ` Mathieu Othacehe
2024-01-08 11:02 ` [PATCH v7 2/2] arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93 Mathieu Othacehe
2024-01-08 11:02 ` Mathieu Othacehe
2024-01-19 9:31 ` [PATCH v7 0/2] Add Variscite VAR-SOM-MX93 support Mathieu Othacehe
2024-01-19 9:31 ` Mathieu Othacehe
2024-01-19 17:16 ` Conor Dooley
2024-01-19 17:16 ` Conor Dooley
2024-02-05 7:18 ` Shawn Guo
2024-02-05 7:18 ` 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=20240108110241.8555-1-othacehe@gnu.org \
--to=othacehe@gnu.org \
--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=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=wahrenst@gmx.net \
/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.