brcm2708: add kernel 4.14 support
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.14 / 950-0320-ARM-bcm283x-Add-missing-interrupt-for-RNG-block.patch
1 From c5d48820a524644594ce8c2e2bf98bedd073b416 Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <stefan.wahren@i2se.com>
3 Date: Sat, 18 Nov 2017 14:04:13 +0100
4 Subject: [PATCH 320/454] ARM: bcm283x: Add missing interrupt for RNG block
5
6 commit 4034600e6f72f7e0a7d8112db3de61469e47fc36 upstream.
7
8 This patch adds the missing interrupt property to the RNG block
9 of BCM283x.
10
11 Link: https://github.com/raspberrypi/linux/issues/2195
12 CC: Florian Fainelli <f.fainelli@gmail.com>
13 Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
14 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 ---
16 arch/arm/boot/dts/bcm283x.dtsi | 1 +
17 1 file changed, 1 insertion(+)
18
19 --- a/arch/arm/boot/dts/bcm283x.dtsi
20 +++ b/arch/arm/boot/dts/bcm283x.dtsi
21 @@ -135,6 +135,7 @@
22 rng@7e104000 {
23 compatible = "brcm,bcm2835-rng";
24 reg = <0x7e104000 0x10>;
25 + interrupts = <2 29>;
26 };
27
28 mailbox: mailbox@7e00b880 {