dt-bindings: crypto: dcp: use generic node name
authorHoria Geantă <horia.geanta@nxp.com>
Thu, 5 Mar 2020 13:59:06 +0000 (15:59 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Mar 2020 09:11:38 +0000 (17:11 +0800)
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>
Documentation/devicetree/bindings/crypto/fsl-dcp.txt

index 4e4d387..513499f 100644 (file)
@@ -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>;