diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2020-03-05 16:59:07 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 12:11:38 +0300 |
commit | 5a02504f0ac98fee09e3442405eb574f0222ceec (patch) | |
tree | 73f69483346e409a70e8ff07d92d0e96340f9ae0 /Documentation/devicetree/bindings/crypto/fsl-sec4.txt | |
parent | 93003cc46d07d57bcb48e0d8830e4ee7dcbbe1bb (diff) | |
download | linux-5a02504f0ac98fee09e3442405eb574f0222ceec.tar.xz |
dt-bindings: crypto: caam: use generic node name
i.MX6UL example uses a specific node name for the crypto node.
Let's fix it so we avoid this propagating further.
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto/fsl-sec4.txt')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/fsl-sec4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt index 2fe245ca816a..8f359f473ada 100644 --- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt +++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt @@ -138,7 +138,7 @@ iMX6QDL/SX requires four clocks iMX6UL does only require three clocks - crypto: caam@2140000 { + crypto: crypto@2140000 { compatible = "fsl,sec-v4.0"; #address-cells = <1>; #size-cells = <1>; |