diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2020-03-05 14:59:05 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 10:11:38 +0100 |
commit | 67af8818ee88021f45656a690e3b3e4aba236999 (patch) | |
tree | a6c70bf657ba38aa7ae7bb820d2dfeb689b3c945 /Documentation/devicetree/bindings/crypto | |
parent | dt-bindings: arm: fsl: add nxp based toradex colibri-imx7 bindings (diff) | |
download | linux-67af8818ee88021f45656a690e3b3e4aba236999.tar.xz linux-67af8818ee88021f45656a690e3b3e4aba236999.zip |
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ă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |