Skip to content

Commit 32c5491

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt7986a: Change compatible for SafeXcel crypto
Following the changes in the binding for the SafeXcel crypto engine, add a SoC specific compatible to the existing crypto node and, while at it, also change the fallback compatible to inside-secure,safexcel-eip97ies as the eip97 one is deprecated. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 093d6e3 commit 32c5491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/mediatek/mt7986a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
};
232232

233233
crypto: crypto@10320000 {
234-
compatible = "inside-secure,safexcel-eip97";
234+
compatible = "mediatek,mt7986-crypto", "inside-secure,safexcel-eip97ies";
235235
reg = <0 0x10320000 0 0x40000>;
236236
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
237237
<GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)