Commit 137e6c52 authored by Fabio Estevam's avatar Fabio Estevam Committed by Herbert Xu

dt-bindings: crypto: fsl-imx-sahara: Shorten the title

In the title, there is no need to mention "included in some i.MX chips"
as it is too vague.

Remove it to make it simpler.

While at it, also remove the extra space in the first reg entry.
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 5ec12f1c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/crypto/fsl-imx-sahara.yaml# $id: http://devicetree.org/schemas/crypto/fsl-imx-sahara.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Freescale SAHARA Cryptographic Accelerator included in some i.MX chips title: Freescale SAHARA Cryptographic Accelerator
maintainers: maintainers:
- Steffen Trumtrar <s.trumtrar@pengutronix.de> - Steffen Trumtrar <s.trumtrar@pengutronix.de>
...@@ -32,6 +32,6 @@ examples: ...@@ -32,6 +32,6 @@ examples:
- | - |
crypto@10025000 { crypto@10025000 {
compatible = "fsl,imx27-sahara"; compatible = "fsl,imx27-sahara";
reg = < 0x10025000 0x800>; reg = <0x10025000 0x800>;
interrupts = <75>; interrupts = <75>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment