* [PATCH] dt-bindings: arm: fsl: Fix syntax error
@ 2023-05-16 8:57 Marek Vasut
2023-05-16 17:25 ` Conor Dooley
2023-05-27 8:51 ` Shawn Guo
0 siblings, 2 replies; 4+ messages in thread
From: Marek Vasut @ 2023-05-16 8:57 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Marek Vasut, Conor Dooley, Fabio Estevam, Frieder Schrempf,
Krzysztof Kozlowski, Li Yang, Marcel Ziswiler, Rob Herring,
Shawn Guo, Stefan Wahren, devicetree
Fix the following error by replacing tab indent with spaces.
"
Documentation/devicetree/bindings/arm/fsl.yaml:930:46: [error] syntax error: found character '\t' that cannot start any token (syntax)
"
Fixes: d2bf7abfd235 ("dt-bindings: arm: fsl: Add Emtop SoM & Baseboard")
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Li Yang <leoyang.li@nxp.com>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Stefan Wahren <stefan.wahren@chargebyte.com>
Cc: devicetree@vger.kernel.org
---
Documentation/devicetree/bindings/arm/fsl.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 63f8886dc69a5..b5fc884cfb668 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -927,8 +927,8 @@ properties:
- description: Emtop i.MX8MM based Boards
items:
- - const: ees,imx8mm-emtop-baseboard # i.MX8MM Emtop SoM on i.MX8M Mini Baseboard V1
- - const: ees,imx8mm-emtop-som # i.MX8MM Emtop SOM-IMX8MMLPD4 module
+ - const: ees,imx8mm-emtop-baseboard # i.MX8MM Emtop SoM on i.MX8M Mini Baseboard V1
+ - const: ees,imx8mm-emtop-som # i.MX8MM Emtop SOM-IMX8MMLPD4 module
- const: fsl,imx8mm
- description: Engicam i.Core MX8M Mini SoM based boards
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: arm: fsl: Fix syntax error
2023-05-16 8:57 [PATCH] dt-bindings: arm: fsl: Fix syntax error Marek Vasut
@ 2023-05-16 17:25 ` Conor Dooley
2023-05-24 15:23 ` Conor Dooley
2023-05-27 8:51 ` Shawn Guo
1 sibling, 1 reply; 4+ messages in thread
From: Conor Dooley @ 2023-05-16 17:25 UTC (permalink / raw)
To: Marek Vasut
Cc: linux-arm-kernel, Conor Dooley, Fabio Estevam, Frieder Schrempf,
Krzysztof Kozlowski, Li Yang, Marcel Ziswiler, Rob Herring,
Shawn Guo, Stefan Wahren, devicetree
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
On Tue, May 16, 2023 at 10:57:13AM +0200, Marek Vasut wrote:
> Fix the following error by replacing tab indent with spaces.
> "
> Documentation/devicetree/bindings/arm/fsl.yaml:930:46: [error] syntax error: found character '\t' that cannot start any token (syntax)
> "
>
> Fixes: d2bf7abfd235 ("dt-bindings: arm: fsl: Add Emtop SoM & Baseboard")
> Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: arm: fsl: Fix syntax error
2023-05-16 17:25 ` Conor Dooley
@ 2023-05-24 15:23 ` Conor Dooley
0 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-05-24 15:23 UTC (permalink / raw)
To: Marek Vasut
Cc: linux-arm-kernel, Conor Dooley, Fabio Estevam, Frieder Schrempf,
Krzysztof Kozlowski, Li Yang, Marcel Ziswiler, Rob Herring,
Shawn Guo, Stefan Wahren, devicetree
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
Shawn,
On Tue, May 16, 2023 at 06:25:52PM +0100, Conor Dooley wrote:
> On Tue, May 16, 2023 at 10:57:13AM +0200, Marek Vasut wrote:
> > Fix the following error by replacing tab indent with spaces.
> > "
> > Documentation/devicetree/bindings/arm/fsl.yaml:930:46: [error] syntax error: found character '\t' that cannot start any token (syntax)
> > "
> >
> > Fixes: d2bf7abfd235 ("dt-bindings: arm: fsl: Add Emtop SoM & Baseboard")
> > Signed-off-by: Marek Vasut <marex@denx.de>
>
> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Could you pick this up please to unbreak dt_binding_check in next?
Thanks,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: fsl: Fix syntax error
2023-05-16 8:57 [PATCH] dt-bindings: arm: fsl: Fix syntax error Marek Vasut
2023-05-16 17:25 ` Conor Dooley
@ 2023-05-27 8:51 ` Shawn Guo
1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2023-05-27 8:51 UTC (permalink / raw)
To: Marek Vasut
Cc: linux-arm-kernel, Conor Dooley, Fabio Estevam, Frieder Schrempf,
Krzysztof Kozlowski, Li Yang, Marcel Ziswiler, Rob Herring,
Stefan Wahren, devicetree
On Tue, May 16, 2023 at 10:57:13AM +0200, Marek Vasut wrote:
> Fix the following error by replacing tab indent with spaces.
> "
> Documentation/devicetree/bindings/arm/fsl.yaml:930:46: [error] syntax error: found character '\t' that cannot start any token (syntax)
> "
>
> Fixes: d2bf7abfd235 ("dt-bindings: arm: fsl: Add Emtop SoM & Baseboard")
> Signed-off-by: Marek Vasut <marex@denx.de>
Applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-27 8:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16 8:57 [PATCH] dt-bindings: arm: fsl: Fix syntax error Marek Vasut
2023-05-16 17:25 ` Conor Dooley
2023-05-24 15:23 ` Conor Dooley
2023-05-27 8:51 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).