kernel: update 4.4 to 4.4.86
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.4 / 039-ARM-dts-BCM5301x-Add-RNG-Device-Tree-node.patch
1 From 36e55669ebdef9eaf3f4ab4e82a07bb4b95a4813 Mon Sep 17 00:00:00 2001
2 From: Florian Fainelli <f.fainelli@gmail.com>
3 Date: Wed, 22 Jun 2016 17:27:03 -0700
4 Subject: [PATCH] ARM: dts: BCM5301x: Add RNG Device Tree node
5
6 Add the DT node for the random number generator peripheral.
7
8 Acked-by: Scott Branden <scott.branden@broadcom.com>
9 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
10 ---
11 arch/arm/boot/dts/bcm5301x.dtsi | 5 +++++
12 1 file changed, 5 insertions(+)
13
14 --- a/arch/arm/boot/dts/bcm5301x.dtsi
15 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
16 @@ -302,6 +302,11 @@
17 /* ports are defined in board DTS */
18 };
19
20 + rng: rng@18004000 {
21 + compatible = "brcm,bcm5301x-rng";
22 + reg = <0x18004000 0x14>;
23 + };
24 +
25 nand: nand@18028000 {
26 compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
27 reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;