On Sun, Jul 20, 2025 at 07:49:03PM +0200, Aleksander Jan Bajkowski wrote: > The MT7981 as well as the MT7986 have a built-in EIP-97 crypto accelerator. > This commit adds the missing entry in the dts. > > Signed-off-by: Aleksander Jan Bajkowski <olek2@xxxxx> > --- > arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi > index 5cbea9cd411f..ebab8dde1e70 100644 > --- a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi > @@ -94,6 +94,20 @@ pwm@10048000 { > #pwm-cells = <2>; > }; > > + crypto@10320000 { > + compatible = "inside-secure,safexcel-eip97"; Missing SoC compatible. You should not use IP block compatibles alone and your previous patch explains why: some wires can be connected differently. Best regards, Krzysztof