2020-03-05 14:00:54

by Horia Geanta

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

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

Signed-off-by: Horia Geantă <[email protected]>
---
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