mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-16 19:01:32 +00:00
mediatek: add trng on mt7988a
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
d114fd9f85
commit
dc5b9b3d83
@ -0,0 +1,19 @@
|
||||
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
|
||||
@@ -1319,4 +1319,8 @@
|
||||
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
+
|
||||
+ trng {
|
||||
+ compatible = "mediatek,mt7988-rng";
|
||||
+ };
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user