aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-06-15 08:10:03 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-06-17 02:19:27 -0400
commitb97afaf69e6d47c69ef1448c9b1c431f0d2b5ea3 (patch)
tree29c5c08dd0a097c3309824f28ec2dffefaced587
parentbcd0256473af8d8efa107a6f8af34b63c50300f6 (diff)
arm64: dts: marvell: remove cpm crypto nodes from dts files
The cryptographic engine on the master cp110 is now enabled by default at the SoC level. Remove its dts nodes that were only enabling it. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-7040-db.dts4
-rw-r--r--arch/arm64/boot/dts/marvell/armada-8040-db.dts4
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
index 771311051421..92c761c380d3 100644
--- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
@@ -187,7 +187,3 @@
187 phy = <&phy1>; 187 phy = <&phy1>;
188 phy-mode = "rgmii-id"; 188 phy-mode = "rgmii-id";
189}; 189};
190
191&cpm_crypto {
192 status = "okay";
193};
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-db.dts b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
index 6af3c39bbb99..1e8f7242ed6f 100644
--- a/arch/arm64/boot/dts/marvell/armada-8040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
@@ -142,10 +142,6 @@
142 phy-mode = "rgmii-id"; 142 phy-mode = "rgmii-id";
143}; 143};
144 144
145&cpm_crypto {
146 status = "okay";
147};
148
149/* CON5 on CP1 expansion */ 145/* CON5 on CP1 expansion */
150&cps_pcie2 { 146&cps_pcie2 {
151 status = "okay"; 147 status = "okay";