* [PATCH 1/2] dt-bindings: crypto: Add support for Mediatek MT7621 SoC
@ 2026-01-01 17:12 Aleksander Jan Bajkowski
2026-01-01 17:12 ` [PATCH 2/2] mips: dts: ralink: mt7621: add crypto offload support Aleksander Jan Bajkowski
0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Jan Bajkowski @ 2026-01-01 17:12 UTC (permalink / raw)
To: ansuelsmth, herbert, davem, chester.a.unal, sergio.paracuellos,
robh, krzk+dt, conor+dt, matthias.bgg, tsbogend,
angelogioacchino.delregno, linux-crypto, linux-mips, devicetree,
linux-kernel, linux-arm-kernel, linux-mediatek
Cc: Aleksander Jan Bajkowski
Add compatible for Airoha AN7583 SoC. The implementation is exactly the
same os in the Airoha SoC.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
.../bindings/crypto/inside-secure,safexcel-eip93.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml b/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml
index 997bf9717f9e..8ccff64f5c1c 100644
--- a/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml
+++ b/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml
@@ -33,6 +33,9 @@ properties:
- items:
- const: airoha,en7581-eip93
- const: inside-secure,safexcel-eip93ies
+ - items:
+ - const: mediatek,mt7621-eip93
+ - const: inside-secure,safexcel-eip93ies
- items:
- not: {}
description: Need a SoC specific compatible
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 2/2] mips: dts: ralink: mt7621: add crypto offload support
2026-01-01 17:12 [PATCH 1/2] dt-bindings: crypto: Add support for Mediatek MT7621 SoC Aleksander Jan Bajkowski
@ 2026-01-01 17:12 ` Aleksander Jan Bajkowski
0 siblings, 0 replies; 2+ messages in thread
From: Aleksander Jan Bajkowski @ 2026-01-01 17:12 UTC (permalink / raw)
To: ansuelsmth, herbert, davem, chester.a.unal, sergio.paracuellos,
robh, krzk+dt, conor+dt, matthias.bgg, tsbogend,
angelogioacchino.delregno, linux-crypto, linux-mips, devicetree,
linux-kernel, linux-arm-kernel, linux-mediatek
Cc: Aleksander Jan Bajkowski
Add support for the built-in cryptographic accelerator. This accelerator
supports 3DES, AES (128/192/256 bit), ARC4, MD5, SHA1, SHA224, and SHA256.
It also supports full IPSEC and TLS offload, but this feature isn't
implemented in the driver.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
arch/mips/boot/dts/ralink/mt7621.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 0704eab4a80b..9ba28fa016fb 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -361,6 +361,14 @@ cdmm: cdmm@1fbf8000 {
reg = <0x1fbf8000 0x8000>;
};
+ crypto@1e004000 {
+ compatible = "mediatek,mt7621-eip93", "inside-secure,safexcel-eip93ies";
+ reg = <0x1e004000 0x1000>;
+
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 19 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
ethernet: ethernet@1e100000 {
compatible = "mediatek,mt7621-eth";
reg = <0x1e100000 0x10000>;
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-01 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-01 17:12 [PATCH 1/2] dt-bindings: crypto: Add support for Mediatek MT7621 SoC Aleksander Jan Bajkowski
2026-01-01 17:12 ` [PATCH 2/2] mips: dts: ralink: mt7621: add crypto offload support Aleksander Jan Bajkowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox