mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
33 lines
1,020 B
Diff
33 lines
1,020 B
Diff
From 3b9d32ac99cbbaf8c6b4d7fd477a5dc48fee344d Mon Sep 17 00:00:00 2001
|
|
From: Stefan Wahren <stefan.wahren@i2se.com>
|
|
Date: Sat, 18 Nov 2017 14:04:13 +0100
|
|
Subject: [PATCH 353/374] ARM: bcm283x: Add missing interrupt for RNG block
|
|
|
|
commit 4034600e6f72f7e0a7d8112db3de61469e47fc36 upstream.
|
|
|
|
This patch adds the missing interrupt property to the RNG block
|
|
of BCM283x.
|
|
|
|
Link: https://github.com/raspberrypi/linux/issues/2195
|
|
CC: Florian Fainelli <f.fainelli@gmail.com>
|
|
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
|
|
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/bcm283x.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
|
|
index 9a378177ca4f..4afd31d96acf 100644
|
|
--- a/arch/arm/boot/dts/bcm283x.dtsi
|
|
+++ b/arch/arm/boot/dts/bcm283x.dtsi
|
|
@@ -135,6 +135,7 @@
|
|
rng@7e104000 {
|
|
compatible = "brcm,bcm2835-rng";
|
|
reg = <0x7e104000 0x10>;
|
|
+ interrupts = <2 29>;
|
|
};
|
|
|
|
mailbox: mailbox@7e00b880 {
|
|
--
|
|
2.16.1
|
|
|