]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: marvell: Add SoC specific compatibles to SafeXcel crypto
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 12 Jan 2026 14:55:57 +0000 (15:55 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 22 Jan 2026 09:27:23 +0000 (10:27 +0100)
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>
arch/arm64/boot/dts/marvell/armada-37xx.dtsi
arch/arm64/boot/dts/marvell/armada-cp11x.dtsi

index c612317043ea75eb84b1a7eea669b5a5ad73995d..87f9367aec1227c2c6de52f358d51bcff758c147 100644 (file)
                        };
 
                        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>,
index d9d409eac259a7a376cfa2f6616486e9b7c5f925..39599171d51bfb156156709d5a8423c4c50721ab 100644 (file)
                };
 
                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>,