mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
hwrng: iproc-rng200 - Add support for BCM2711
commit 0f95b09a5f upstream.
BCM2711 features a RNG200 hardware random number generator block.
So make the driver available.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Stephen Brennan <stephen@brennan.io>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
popcornmix
parent
a05987b74e
commit
fd697c5ad4
@@ -285,6 +285,7 @@ static int iproc_rng200_probe(struct platform_device *pdev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id iproc_rng200_of_match[] = {
|
static const struct of_device_id iproc_rng200_of_match[] = {
|
||||||
|
{ .compatible = "brcm,bcm2711-rng200", },
|
||||||
{ .compatible = "brcm,bcm7211-rng200", },
|
{ .compatible = "brcm,bcm7211-rng200", },
|
||||||
{ .compatible = "brcm,bcm7278-rng200", },
|
{ .compatible = "brcm,bcm7278-rng200", },
|
||||||
{ .compatible = "brcm,iproc-rng200", },
|
{ .compatible = "brcm,iproc-rng200", },
|
||||||
|
|||||||
Reference in New Issue
Block a user