Skip to content

Commit 06d26d5

Browse files
Marek VasutShawn Guo
authored andcommitted
dt-bindings: arm: fsl: Fix syntax error
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: d2bf7ab ("dt-bindings: arm: fsl: Add Emtop SoM & Baseboard") Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 50552fa commit 06d26d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Documentation/devicetree/bindings/arm

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,8 @@ properties:
927927

928928
- description: Emtop i.MX8MM based Boards
929929
items:
930-
- const: ees,imx8mm-emtop-baseboard # i.MX8MM Emtop SoM on i.MX8M Mini Baseboard V1
931-
- const: ees,imx8mm-emtop-som # i.MX8MM Emtop SOM-IMX8MMLPD4 module
930+
- const: ees,imx8mm-emtop-baseboard # i.MX8MM Emtop SoM on i.MX8M Mini Baseboard V1
931+
- const: ees,imx8mm-emtop-som # i.MX8MM Emtop SOM-IMX8MMLPD4 module
932932
- const: fsl,imx8mm
933933

934934
- description: Engicam i.Core MX8M Mini SoM based boards

0 commit comments

Comments
 (0)