diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2020-03-05 14:59:06 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 10:11:38 +0100 |
commit | 93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb (patch) | |
tree | 7e3e5b415297a0c8728b2732f4daf66d4382af94 /Documentation/devicetree/bindings/crypto | |
parent | dt-bindings: crypto: sahara: use generic node name (diff) | |
download | linux-93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb.tar.xz linux-93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb.zip |
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.txt | 2 |
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>; |