2023-07-19 16:45:33

by Tim Harvey

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: arm: Add Gateworks i.MX8M Plus gw73xx-2x board

Add DT compatible string for a Gateworks GW73xx-2x board based on
the i.MX8M Plus SoC from NXP.

Signed-off-by: Tim Harvey <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
---
v3:
- fix commit message: s/Mini/Plus/
- add Krzysztof's tag

v2:
- no changes
---
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 3bc64bf2df79..c4039a797fe1 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1034,6 +1034,7 @@ properties:
- fsl,imx8mp-evk # i.MX8MP EVK Board
- gateworks,imx8mp-gw71xx-2x # i.MX8MP Gateworks Board
- gateworks,imx8mp-gw72xx-2x # i.MX8MP Gateworks Board
+ - gateworks,imx8mp-gw73xx-2x # i.MX8MP Gateworks Board
- gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board
- gateworks,imx8mp-gw7905-2x # i.MX8MP Gateworks Board
- polyhex,imx8mp-debix # Polyhex Debix boards
--
2.25.1



2023-07-30 13:36:03

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: arm: Add Gateworks i.MX8M Plus gw73xx-2x board

On Wed, Jul 19, 2023 at 09:18:26AM -0700, Tim Harvey wrote:
> Add DT compatible string for a Gateworks GW73xx-2x board based on
> the i.MX8M Plus SoC from NXP.
>
> Signed-off-by: Tim Harvey <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Applied both, thanks!