diff options
author | Marek Vasut <marex@denx.de> | 2023-05-16 10:57:13 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-27 16:50:45 +0800 |
commit | 06d26d5b52f9d1571b0a52666775074dd93beb46 (patch) | |
tree | dcc4c36c5c6081d8cdd7844b98dcd231a7960caf /Documentation/devicetree/bindings/arm | |
parent | 50552fa6ec91531634f29f9f89e09195ba5bfbbc (diff) |
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: 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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 63f8886dc69a..b5fc884cfb66 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 |