aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
index 7e98c155cc6a..385ac30d6012 100644
--- a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
@@ -234,6 +234,13 @@
234 "ring2", "ring3", "eip"; 234 "ring2", "ring3", "eip";
235 clocks = <&cps_syscon0 1 26>; 235 clocks = <&cps_syscon0 1 26>;
236 dma-mask = <0xff 0xffffffff>; 236 dma-mask = <0xff 0xffffffff>;
237 /*
238 * The cryptographic engine found on the cp110
239 * master is enabled by default at the SoC
240 * level. Because it is not possible as of now
241 * to enable two cryptographic engines in
242 * parallel, disable this one by default.
243 */
237 status = "disabled"; 244 status = "disabled";
238 }; 245 };
239 }; 246 };