mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 22:38:55 +00:00
35985454a6
Removed because already in upstream: target/linux/bcm53xx/patches-5.10/030-v5.11-0002-ARM-dts-BCM5301X-Harmonize-EHCI-OHCI-DT-nodes-name.patch target/linux/bcm53xx/patches-5.10/033-v5.16-0019-ARM-dts-BCM53573-Describe-on-SoC-BCM53125-rev-4-swit.patch target/linux/bcm53xx/patches-5.10/040-v6.6-0005-ARM-dts-BCM53573-Drop-nonexistent-usb-cells.patch target/linux/bcm53xx/patches-5.10/040-v6.6-0006-ARM-dts-BCM53573-Add-cells-sizes-to-PCIe-node.patch target/linux/bcm53xx/patches-5.10/040-v6.6-0007-ARM-dts-BCM53573-Use-updated-spi-gpio-binding-proper.patch target/linux/bcm53xx/patches-5.10/040-v6.6-0008-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch All other patches automatically rebased. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
26 lines
885 B
Diff
26 lines
885 B
Diff
From d3e5e7f3a4e6f61e8c380b9a610212267ee72dbd Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
|
|
Date: Sat, 20 Feb 2021 19:24:50 +0100
|
|
Subject: [PATCH] hwrng: iproc: set quality to 1000
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This allows khwrngd to make use of iproc-rng200.
|
|
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
---
|
|
drivers/char/hw_random/iproc-rng200.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/char/hw_random/iproc-rng200.c
|
|
+++ b/drivers/char/hw_random/iproc-rng200.c
|
|
@@ -265,6 +265,7 @@ static int iproc_rng200_probe(struct pla
|
|
|
|
priv->rng.name = pdev->name;
|
|
priv->rng.cleanup = iproc_rng200_cleanup;
|
|
+ priv->rng.quality = 1000;
|
|
|
|
if (of_device_is_compatible(dev->of_node, "brcm,bcm2711-rng200")) {
|
|
priv->rng.init = bcm2711_rng200_init;
|