bcm27xx: enable bcm2711 HW RNG
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 960-hwrng-iproc-set-quality-to-1000.patch
1 From d3e5e7f3a4e6f61e8c380b9a610212267ee72dbd Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
3 Date: Sat, 20 Feb 2021 19:24:50 +0100
4 Subject: [PATCH] hwrng: iproc: set quality to 1000
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 This allows khwrngd to make use of iproc-rng200.
10
11 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
12 ---
13 drivers/char/hw_random/iproc-rng200.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 --- a/drivers/char/hw_random/iproc-rng200.c
17 +++ b/drivers/char/hw_random/iproc-rng200.c
18 @@ -270,6 +270,7 @@ static int iproc_rng200_probe(struct pla
19
20 priv->rng.name = pdev->name;
21 priv->rng.cleanup = iproc_rng200_cleanup;
22 + priv->rng.quality = 1000;
23
24 if (of_device_is_compatible(dev->of_node, "brcm,bcm2711-rng200")) {
25 priv->rng.init = bcm2711_rng200_init;