]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: refresh patches
authorDaniel Golle <daniel@makrotopia.org>
Mon, 15 Sep 2025 16:11:20 +0000 (17:11 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 15 Sep 2025 20:38:29 +0000 (21:38 +0100)
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>
target/linux/mediatek/patches-6.12/965-dts-mt7988a-add-trng-support.patch

index b6671fe630bbcdaa208c82b49063daafbc839ec3..9c0b69241819c30707551de9506e2521bef6b72a 100644 (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";
 +      };
  };
-