[PATCH 1/5] dt-bindings: crypto: sahara: use generic node name

From: Horia GeantÄ
Date: Thu Mar 05 2020 - 08:59:45 EST


crypto node should use the "crypto" generic naming,
and not a specific one.

Signed-off-by: Horia GeantÄ <horia.geanta@xxxxxxx>
---
Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt
index e8a35c71e947..db690b10e582 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt
+++ b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt
@@ -8,7 +8,7 @@ Required properties:

Example:

-sah@10025000 {
+sah: crypto@10025000 {
compatible = "fsl,imx27-sahara";
reg = < 0x10025000 0x800>;
interrupts = <75>;
--
2.17.1