summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/crypto
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2020-03-05 15:59:06 +0200
committerShawn Guo <shawnguo@kernel.org>2020-03-11 17:11:38 +0800
commit93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb (patch)
tree7e3e5b415297a0c8728b2732f4daf66d4382af94 /Documentation/devicetree/bindings/crypto
parent67af8818ee88021f45656a690e3b3e4aba236999 (diff)
dt-bindings: crypto: dcp: use generic node name
crypto node should use the "crypto" generic naming, and not the "dcp" 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-dcp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt b/Documentation/devicetree/bindings/crypto/fsl-dcp.txt
index 4e4d387e38a5..513499fcdb5b 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt
+++ b/Documentation/devicetree/bindings/crypto/fsl-dcp.txt
@@ -11,7 +11,7 @@ Required properties:
Example:
-dcp@80028000 {
+dcp: crypto@80028000 {
compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
reg = <0x80028000 0x2000>;
interrupts = <52 53>;