From: Horia Geantă Date: Thu, 5 Mar 2020 13:59:06 +0000 (+0200) Subject: dt-bindings: crypto: dcp: use generic node name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb;p=linux.git 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ă Signed-off-by: Shawn Guo --- diff --git a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt b/Documentation/devicetree/bindings/crypto/fsl-dcp.txt index 4e4d387e38a5c..513499fcdb5b4 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>;