Commit f6c8955f authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: Add SoC specific compatibles to SafeXcel crypto



Following the changes in the binding for the SafeXcel crypto
engine, add SoC specific compatibles to the existing nodes in
Armada 37xx and CP11x.

Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent dd1aadd2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -427,7 +427,8 @@ xor11 {
			};

			crypto: crypto@90000 {
				compatible = "inside-secure,safexcel-eip97ies";
				compatible = "marvell,armada-3700-crypto",
					     "inside-secure,safexcel-eip97ies";
				reg = <0x90000 0x20000>;
				interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
					     <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
+2 −1
Original line number Diff line number Diff line
@@ -512,7 +512,8 @@ CP11X_LABEL(sdhci0): mmc@780000 {
		};

		CP11X_LABEL(crypto): crypto@800000 {
			compatible = "inside-secure,safexcel-eip197b";
			compatible = "marvell,armada-cp110-crypto",
				     "inside-secure,safexcel-eip197b";
			reg = <0x800000 0x200000>;
			interrupts = <88 IRQ_TYPE_LEVEL_HIGH>,
				<89 IRQ_TYPE_LEVEL_HIGH>,