2024-01-25 17:08:34

by Hugo Villeneuve

[permalink] [raw]
Subject: [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description

From: Hugo Villeneuve <[email protected]>

Hello,
this patch series fixes compatible description for the RVE gateway board.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Thank you.

Link: [v1] https://lore.kernel.org/all/[email protected]/raw
[v2] https://lore.kernel.org/all/[email protected]/raw

Changes for V2:
-Add Fixes tags

Changes for V3:
-Add ABI zero impact comments to commit messages and cover letter

Hugo Villeneuve (2):
dt-bindings: arm: fsl: remove redundant company name
arm64: dts: imx8mn-rve-gateway: remove redundant company name

Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: 6098d87eaf31f48153c984e2adadf14762520a87
--
2.39.2



2024-01-25 17:08:43

by Hugo Villeneuve

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name

From: Hugo Villeneuve <[email protected]>

Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Fixes: bb405e8b5336 ("dt-bindings: arm: fsl: add RVE gateway board")
Signed-off-by: Hugo Villeneuve <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 228dcc5c7d6f..f455c0172c84 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1026,7 +1026,7 @@ properties:
items:
- enum:
- dimonoff,gateway-evk # i.MX8MN Dimonoff Gateway EVK Board
- - rve,rve-gateway # i.MX8MN RVE Gateway Board
+ - rve,gateway # i.MX8MN RVE Gateway Board
- variscite,var-som-mx8mn-symphony
- const: variscite,var-som-mx8mn
- const: fsl,imx8mn
--
2.39.2


2024-01-25 17:09:49

by Hugo Villeneuve

[permalink] [raw]
Subject: [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name

From: Hugo Villeneuve <[email protected]>

Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Fixes: 67275c2f3d9b ("arm64: dts: freescale: introduce rve-gateway board")
Signed-off-by: Hugo Villeneuve <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
index 1b633bd1ebb6..ea1855171fb0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
@@ -10,7 +10,7 @@

/ {
model = "RVE gateway";
- compatible = "rve,rve-gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
+ compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";

crystal_duart_24m: crystal-duart-24m {
compatible = "fixed-clock";
--
2.39.2


2024-01-26 10:09:43

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name

On 25/01/2024 17:59, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <[email protected]>
>
> Company name in compatible description appears twice, which is not really
> helpful, so remove it from product name.
>
> The board is a prototype developed by my company and we are still at the
> prototype stage, so there is zero ABI impact.
>
> Fixes: 67275c2f3d9b ("arm64: dts: freescale: introduce rve-gateway board")
> Signed-off-by: Hugo Villeneuve <[email protected]>
> ---

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-01-26 10:10:09

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name

On 25/01/2024 17:59, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <[email protected]>
>
> Company name in compatible description appears twice, which is not really
> helpful, so remove it from product name.
>
> The board is a prototype developed by my company and we are still at the
> prototype stage, so there is zero ABI impact.
>
> Fixes: bb405e8b5336 ("dt-bindings: arm: fsl: add RVE gateway board")
> Signed-off-by: Hugo Villeneuve <[email protected]>
> ---

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-02-06 10:38:35

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description

On Thu, Jan 25, 2024 at 11:59:33AM -0500, Hugo Villeneuve wrote:
> Hugo Villeneuve (2):
> dt-bindings: arm: fsl: remove redundant company name
> arm64: dts: imx8mn-rve-gateway: remove redundant company name

Applied both, thanks!