Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7c3d673 authored by Antoine Tenart's avatar Antoine Tenart Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: add a comment on the cp110 slave node status



The cryptographic engine found on the cp110 slave is disabled by default
because of some known limitations. Add a comment to explain why it is
disabled by default.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent b97afaf6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -234,6 +234,13 @@
						  "ring2", "ring3", "eip";
				clocks = <&cps_syscon0 1 26>;
				dma-mask = <0xff 0xffffffff>;
				/*
				 * The cryptographic engine found on the cp110
				 * master is enabled by default at the SoC
				 * level. Because it is not possible as of now
				 * to enable two cryptographic engines in
				 * parallel, disable this one by default.
				 */
				status = "disabled";
			};
		};