aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntoine Tenart2017-03-29 07:44:31 -0500
committerGregory CLEMENT2017-04-12 03:36:30 -0500
commit7ba2ef7c7200e476ee2cede7bcffcf7749e02f5c (patch)
tree53c71904ac13197b93037c71f1dabab17823dcbe /arch
parent16a51e3485af59073e792c5add3a3f24691f5b80 (diff)
downloadkernel-7ba2ef7c7200e476ee2cede7bcffcf7749e02f5c.tar.gz
kernel-7ba2ef7c7200e476ee2cede7bcffcf7749e02f5c.tar.xz
kernel-7ba2ef7c7200e476ee2cede7bcffcf7749e02f5c.zip
arm64: marvell: dts: enable the crypto engine on the Armada 8040 DB
Enable the cryptographic engine available in the CP110 master on the Armada 8040 DB. Do not enable the one in the CP110 salve for now, as we do not support multiple cryptographic engines yet. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-8040-db.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-db.dts b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
index 81a0b1249c45..dc0d084005b2 100644
--- a/arch/arm64/boot/dts/marvell/armada-8040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
@@ -140,6 +140,10 @@
140 phy-mode = "rgmii-id"; 140 phy-mode = "rgmii-id";
141}; 141};
142 142
143&cpm_crypto {
144 status = "okay";
145};
146
143/* CON5 on CP1 expansion */ 147/* CON5 on CP1 expansion */
144&cps_pcie2 { 148&cps_pcie2 {
145 status = "okay"; 149 status = "okay";