mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
mediatek: add support for trng on mt7988a
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Add support for trng on mt7988a. Tested on Banana Pi BPI-R4. Signed-off-by: Marcos Alano <marcoshalano@gmail.com>
This commit is contained in:
parent
468975a985
commit
afcec128c5
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
diff --git a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
|
||||
index aa728331e876..9da783f6412c 100644
|
||||
--- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
|
||||
+++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
|
||||
@@ -221,4 +221,8 @@ timer {
|
||||
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
+
|
||||
+ trng {
|
||||
+ compatible = "mediatek,mt7988-rng";
|
||||
+ };
|
||||
};
|
||||
|
||||
Loading…
Add table
Reference in a new issue