diff mbox series

[2/5] dt-bindings: crypto: dcp: use generic node name

Message ID 20200305135909.8180-3-horia.geanta@nxp.com (mailing list archive)
State Mainlined
Commit 93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb
Headers show
Series ARM: dts: imx: use generic name for crypto node | expand

Commit Message

Horia Geanta March 5, 2020, 1:59 p.m. UTC
crypto node should use the "crypto" generic naming,
and not the "dcp" specific one.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
---
 Documentation/devicetree/bindings/crypto/fsl-dcp.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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>;