Skip to content

Commit f6c8955

Browse files
AngeloGioacchino Del Regnogclement
authored andcommitted
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: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent dd1aadd commit f6c8955

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm64/boot/dts/marvell/armada-37xx.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@
427427
};
428428

429429
crypto: crypto@90000 {
430-
compatible = "inside-secure,safexcel-eip97ies";
430+
compatible = "marvell,armada-3700-crypto",
431+
"inside-secure,safexcel-eip97ies";
431432
reg = <0x90000 0x20000>;
432433
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
433434
<GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,

arch/arm64/boot/dts/marvell/armada-cp11x.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@
512512
};
513513

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

0 commit comments

Comments
 (0)