mediatek: refresh patches

Refresh patch which was accidentally without non-confrming style and
not matching line numbers.
Also add patch description by copying the description of the commit
in OpenWrt, so the patch can be applied using `git am` and is ready
for upstream submission.

Fixes: afcec128c5 ("mediatek: add support for trng on mt7988a")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2025-09-15 17:11:20 +01:00
parent afcec128c5
commit 93ac1d7d87

View file

@ -1,8 +1,14 @@
diff --git a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
index aa728331e876..9da783f6412c 100644
arm64: dts: mediatek: mt7988: add trng node
Add support for trng on mt7988a.
Tested on Banana Pi BPI-R4.
Signed-off-by: Marcos Alano <marcoshalano@gmail.com>
---
--- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
@@ -221,4 +221,8 @@ timer {
@@ -1319,4 +1319,8 @@
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
};
@ -11,4 +17,3 @@ index aa728331e876..9da783f6412c 100644
+ compatible = "mediatek,mt7988-rng";
+ };
};