Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwrng: iproc-rng200 - Add support for 7211

BCM7211 features a RNG200 hardware random number generator block, add
support for this chip by matching the chip-specific compatible string.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Florian Fainelli and committed by
Herbert Xu
1fa6d053 6223949a

+1
+1
drivers/char/hw_random/iproc-rng200.c
··· 220 220 } 221 221 222 222 static const struct of_device_id iproc_rng200_of_match[] = { 223 + { .compatible = "brcm,bcm7211-rng200", }, 223 224 { .compatible = "brcm,bcm7278-rng200", }, 224 225 { .compatible = "brcm,iproc-rng200", }, 225 226 {},