diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-03-29 15:44:30 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-04-12 11:36:21 +0300 |
commit | 16a51e3485af59073e792c5add3a3f24691f5b80 (patch) | |
tree | 745789118c3e7a7c203b91dd5811ddc4acb80c86 /arch/arm64/boot/dts/marvell/armada-7040-db.dts | |
parent | 973020fd9498db8637463c92df4fd6d52caab05c (diff) | |
download | linux-16a51e3485af59073e792c5add3a3f24691f5b80.tar.xz |
arm64: marvell: dts: enable the crypto engine on the Armada 7040 DB
Enable the cryptographic engine available in the CP110 master on the
Armada 7040 DB.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-7040-db.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-7040-db.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts index 577950492fec..12442329b80f 100644 --- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts @@ -185,3 +185,7 @@ phy = <&phy1>; phy-mode = "rgmii-id"; }; + +&cpm_crypto { + status = "okay"; +}; |