summary refs log tree commit diff
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2020-03-05 15:59:07 +0200
committerShawn Guo <shawnguo@kernel.org>2020-03-11 17:11:38 +0800
commit5a02504f0ac98fee09e3442405eb574f0222ceec (patch)
tree73f69483346e409a70e8ff07d92d0e96340f9ae0
parent93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb (diff)
downloadlinux-5a02504f0ac98fee09e3442405eb574f0222ceec.tar.gz
dt-bindings: crypto: caam: use generic node name
i.MX6UL example uses a specific node name for the crypto node.
Let's fix it so we avoid this propagating further.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/crypto/fsl-sec4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
index 2fe245ca816a..8f359f473ada 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
+++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
@@ -138,7 +138,7 @@ iMX6QDL/SX requires four clocks
 
 iMX6UL does only require three clocks
 
-	crypto: caam@2140000 {
+	crypto: crypto@2140000 {
 		compatible = "fsl,sec-v4.0";
 		#address-cells = <1>;
 		#size-cells = <1>;