summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/armada-7040-db.dts
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-03-29 15:44:30 +0300
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-04-12 11:36:21 +0300
commit16a51e3485af59073e792c5add3a3f24691f5b80 (patch)
tree745789118c3e7a7c203b91dd5811ddc4acb80c86 /arch/arm64/boot/dts/marvell/armada-7040-db.dts
parent973020fd9498db8637463c92df4fd6d52caab05c (diff)
downloadlinux-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.dts4
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";
+};