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

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

arm64: dts: marvell: add dma-mask in crypto nodes for 7k/8k



The EIP197 cryptographic engine supports 64 bits address width but is
limited to 40 bits on 7k/8k. Add a dma-mask property in the
cryptographic engine nodes to reflect this.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 2a324659
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@
				interrupt-names = "mem", "ring0", "ring1",
				"ring2", "ring3", "eip";
				clocks = <&cpm_syscon0 1 26>;
				dma-mask = <0xff 0xffffffff>;
				status = "disabled";
			};
		};
+1 −0
Original line number Diff line number Diff line
@@ -232,6 +232,7 @@
				interrupt-names = "mem", "ring0", "ring1",
						  "ring2", "ring3", "eip";
				clocks = <&cps_syscon0 1 26>;
				dma-mask = <0xff 0xffffffff>;
				status = "disabled";
			};
		};