Browse Source

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>
Antoine Tenart 8 years ago
parent
commit
16a51e3485
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm64/boot/dts/marvell/armada-7040-db.dts

+ 4 - 0
arch/arm64/boot/dts/marvell/armada-7040-db.dts

@@ -185,3 +185,7 @@
 	phy = <&phy1>;
 	phy-mode = "rgmii-id";
 };
+
+&cpm_crypto {
+	status = "okay";
+};