2022-01-28 08:37:05

by reinhold.mueller

[permalink] [raw]
Subject: [RESEND PATCH v5 0/2] new emtrion hardware emCON-MX8M Mini

From: Reinhold Mueller <[email protected]>

This patchset adds support for the emtrion emCON-MX8M Mini

Changes

v5:
[RESEND PATCH 1/2]
- no changes
- since v2 Acked-by: Rob Herring <[email protected]>
[RESEND PATCH 2/2]
- ecspi1: add cs-gpios in cs-gpios property
- Reviewed-by: Fabio Estevam <[email protected]>

v4:
[PATCH 1/2]
- no changes
- since v2 Acked-by: Rob Herring <[email protected]>
[PATCH 2/2]
- removed reserved memory nodes
- added a child node in fec for the phy reset gpios

v3:
[PATCH 1/2]
- no changes
- since v2 Acked-by: Rob Herring <[email protected]>
[PATCH 2/2]
- inserted hyphen in some node names
- spell out regulator in some regulator nodes
- order of properties
- sort label node alphabetically
- inserting space before node name

v2:
[PATCH 1/2]
- no changes
- Acked-by: Rob Herring <[email protected]>
[PATCH 2/2]
- replaced GPIO_ACTIVE_LOW by IRQ_TYPE_LEVEL_LOW

v1:
[PATCH 0/2]
- split former patch in dts -and yaml patches
[PATCH 1/2]
- removing character '\t'
[PATCH 2/2]
- correct entry compatible in spi-flash@0

Reinhold Mueller (2):
dt-bindings: arm: Add emtrion hardware emCON-MX8M Mini
arm64: dts: imx8mm: Add support for emtrion emCON-MX8M Mini

.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm64/boot/dts/freescale/Makefile | 3 +-
.../boot/dts/freescale/imx8mm-emcon-avari.dts | 23 +
.../dts/freescale/imx8mm-emcon-avari.dtsi | 139 ++++
.../boot/dts/freescale/imx8mm-emcon.dtsi | 627 ++++++++++++++++++
5 files changed, 792 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi

--
2.20.1


2022-01-28 08:37:07

by reinhold.mueller

[permalink] [raw]
Subject: [RESEND PATCH v5 1/2] dt-bindings: arm: Add emtrion hardware emCON-MX8M Mini

From: Reinhold Mueller <[email protected]>

This patch presents the yaml patch for the emtrion GmbH
emCON-MX8M Mini.

Signed-off-by: Reinhold Mueller <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 0b595b26061f..e2c70c87baef 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -723,6 +723,7 @@ properties:
- enum:
- beacon,imx8mm-beacon-kit # i.MX8MM Beacon Development Kit
- boundary,imx8mm-nitrogen8mm # i.MX8MM Nitrogen Board
+ - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base
- fsl,imx8mm-ddr4-evk # i.MX8MM DDR4 EVK Board
- fsl,imx8mm-evk # i.MX8MM EVK Board
- gw,imx8mm-gw71xx-0x # i.MX8MM Gateworks Development Kit
--
2.20.1

2022-02-11 12:27:54

by Shawn Guo

[permalink] [raw]
Subject: Re: [RESEND PATCH v5 0/2] new emtrion hardware emCON-MX8M Mini

On Thu, Jan 27, 2022 at 04:34:58PM +0100, [email protected] wrote:
...
> Reinhold Mueller (2):
> dt-bindings: arm: Add emtrion hardware emCON-MX8M Mini
> arm64: dts: imx8mm: Add support for emtrion emCON-MX8M Mini

Applied both, thanks!