2022-02-14 19:22:40

by Tim Harvey

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: imx: add imx8mm gw7903 support

The GW7903 is based on the i.MX 8M Mini SoC featuring:
- LPDDR4 DRAM
- eMMC FLASH
- microSD connector with UHS support
- LIS2DE12 3-axis accelerometer
- Gateworks System Controller
- IMX8M FEC
- software selectable RS232/RS485/RS422 serial transceiver
- PMIC
- 2x off-board bi-directional opto-isolated digital I/O
- 1x M.2 A-E Key Socket and 1x MiniPCIe socket with USB2.0 and PCIe
(resistor loading to route PCIe/USB2 between M.2 and MiniPCIe socket)

Signed-off-by: Tim Harvey <[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 5075fd8c1b42..62fb83edc3d1 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -769,6 +769,7 @@ properties:
- gw,imx8mm-gw73xx-0x # i.MX8MM Gateworks Development Kit
- gw,imx8mm-gw7901 # i.MX8MM Gateworks Board
- gw,imx8mm-gw7902 # i.MX8MM Gateworks Board
+ - gw,imx8mm-gw7903 # i.MX8MM Gateworks Board
- kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM
- variscite,var-som-mx8mm # i.MX8MM Variscite VAR-SOM-MX8MM module
- prt,prt8mm # i.MX8MM Protonic PRT8MM Board
--
2.17.1


2022-02-18 00:37:03

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: imx: add imx8mm gw7903 support

On Fri, 11 Feb 2022 11:04:17 -0800, Tim Harvey wrote:
> The GW7903 is based on the i.MX 8M Mini SoC featuring:
> - LPDDR4 DRAM
> - eMMC FLASH
> - microSD connector with UHS support
> - LIS2DE12 3-axis accelerometer
> - Gateworks System Controller
> - IMX8M FEC
> - software selectable RS232/RS485/RS422 serial transceiver
> - PMIC
> - 2x off-board bi-directional opto-isolated digital I/O
> - 1x M.2 A-E Key Socket and 1x MiniPCIe socket with USB2.0 and PCIe
> (resistor loading to route PCIe/USB2 between M.2 and MiniPCIe socket)
>
> Signed-off-by: Tim Harvey <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-02-21 08:52:38

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: imx: add imx8mm gw7903 support

On Fri, Feb 11, 2022 at 11:04:17AM -0800, Tim Harvey wrote:
> The GW7903 is based on the i.MX 8M Mini SoC featuring:
> - LPDDR4 DRAM
> - eMMC FLASH
> - microSD connector with UHS support
> - LIS2DE12 3-axis accelerometer
> - Gateworks System Controller
> - IMX8M FEC
> - software selectable RS232/RS485/RS422 serial transceiver
> - PMIC
> - 2x off-board bi-directional opto-isolated digital I/O
> - 1x M.2 A-E Key Socket and 1x MiniPCIe socket with USB2.0 and PCIe
> (resistor loading to route PCIe/USB2 between M.2 and MiniPCIe socket)
>
> Signed-off-by: Tim Harvey <[email protected]>

Applied both, thanks!