Skip to content

Commit dcc8cc3

Browse files
committed
hwrng: iproc-rng200 - Add support for BCM2711
commit 0f95b09 upstream. BCM2711 features a RNG200 hardware random number generator block. So make the driver available. Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: Stephen Brennan <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 4700470 commit dcc8cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/char/hw_random/iproc-rng200.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ static int iproc_rng200_probe(struct platform_device *pdev)
292292
}
293293

294294
static const struct of_device_id iproc_rng200_of_match[] = {
295+
{ .compatible = "brcm,bcm2711-rng200", },
295296
{ .compatible = "brcm,bcm7211-rng200", },
296297
{ .compatible = "brcm,bcm7278-rng200", },
297298
{ .compatible = "brcm,iproc-rng200", },

0 commit comments

Comments
 (0)