* [PATCH 0/2] board: imx8mn-rve-gateway: fix compatible description @ 2024-01-24 15:44 Hugo Villeneuve 2024-01-24 15:44 ` [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name Hugo Villeneuve 2024-01-24 15:44 ` [PATCH 2/2] arm64: dts: imx8mn-rve-gateway: " Hugo Villeneuve 0 siblings, 2 replies; 5+ messages in thread From: Hugo Villeneuve @ 2024-01-24 15:44 UTC (permalink / raw) To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li Cc: devicetree, linux-kernel, linux-arm-kernel, hugo, andy.shevchenko, Hugo Villeneuve From: Hugo Villeneuve <hvilleneuve@dimonoff.com> Hello, this patch series fixes compatible description for the RVE gateway board. Thank you. 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: 615d300648869c774bd1fe54b4627bb0c20faed4 -- 2.39.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name 2024-01-24 15:44 [PATCH 0/2] board: imx8mn-rve-gateway: fix compatible description Hugo Villeneuve @ 2024-01-24 15:44 ` Hugo Villeneuve 2024-01-24 16:00 ` Conor Dooley 2024-01-24 15:44 ` [PATCH 2/2] arm64: dts: imx8mn-rve-gateway: " Hugo Villeneuve 1 sibling, 1 reply; 5+ messages in thread From: Hugo Villeneuve @ 2024-01-24 15:44 UTC (permalink / raw) To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li Cc: devicetree, linux-kernel, linux-arm-kernel, hugo, andy.shevchenko, Hugo Villeneuve From: Hugo Villeneuve <hvilleneuve@dimonoff.com> Company name in compatible description appears twice, which is not really helpful, so remove it from product name. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> --- 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name 2024-01-24 15:44 ` [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name Hugo Villeneuve @ 2024-01-24 16:00 ` Conor Dooley 2024-01-24 16:26 ` Hugo Villeneuve 0 siblings, 1 reply; 5+ messages in thread From: Conor Dooley @ 2024-01-24 16:00 UTC (permalink / raw) To: Hugo Villeneuve Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li, devicetree, linux-kernel, linux-arm-kernel, andy.shevchenko, Hugo Villeneuve [-- Attachment #1.1: Type: text/plain, Size: 1312 bytes --] On Wed, Jan 24, 2024 at 10:44:20AM -0500, Hugo Villeneuve wrote: > From: Hugo Villeneuve <hvilleneuve@dimonoff.com> > > Company name in compatible description appears twice, which is not really > helpful, so remove it from product name. > > Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> This only landed in 6.8-rc1, right? With a Fixes: tag this would probably be okay, but this does seem on the "not worth fixing" side of things to be honest. Cheers, Conor. > --- > 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 > [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] [-- Attachment #2: Type: text/plain, Size: 176 bytes --] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name 2024-01-24 16:00 ` Conor Dooley @ 2024-01-24 16:26 ` Hugo Villeneuve 0 siblings, 0 replies; 5+ messages in thread From: Hugo Villeneuve @ 2024-01-24 16:26 UTC (permalink / raw) To: Conor Dooley Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li, devicetree, linux-kernel, linux-arm-kernel, andy.shevchenko, Hugo Villeneuve On Wed, 24 Jan 2024 16:00:48 +0000 Conor Dooley <conor@kernel.org> wrote: > On Wed, Jan 24, 2024 at 10:44:20AM -0500, Hugo Villeneuve wrote: > > From: Hugo Villeneuve <hvilleneuve@dimonoff.com> > > > > Company name in compatible description appears twice, which is not really > > helpful, so remove it from product name. > > > > Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> > > This only landed in 6.8-rc1, right? Hi, yes. > With a Fixes: tag this would probably be okay, but this does seem on the > "not worth fixing" side of things to be honest. I will add a "Fixes:" tag then, because for me it is worth fixing. Hugo Villeneuve > > Cheers, > Conor. > > > --- > > 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 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name 2024-01-24 15:44 [PATCH 0/2] board: imx8mn-rve-gateway: fix compatible description Hugo Villeneuve 2024-01-24 15:44 ` [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name Hugo Villeneuve @ 2024-01-24 15:44 ` Hugo Villeneuve 1 sibling, 0 replies; 5+ messages in thread From: Hugo Villeneuve @ 2024-01-24 15:44 UTC (permalink / raw) To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li Cc: devicetree, linux-kernel, linux-arm-kernel, hugo, andy.shevchenko, Hugo Villeneuve From: Hugo Villeneuve <hvilleneuve@dimonoff.com> Company name in compatible description appears twice, which is not really helpful, so remove it from product name. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> --- 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-24 16:27 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-24 15:44 [PATCH 0/2] board: imx8mn-rve-gateway: fix compatible description Hugo Villeneuve 2024-01-24 15:44 ` [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name Hugo Villeneuve 2024-01-24 16:00 ` Conor Dooley 2024-01-24 16:26 ` Hugo Villeneuve 2024-01-24 15:44 ` [PATCH 2/2] arm64: dts: imx8mn-rve-gateway: " Hugo Villeneuve
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox