hwrng: stm32 - set default random quality
Add a default quality to hw_random device to be automatically set as new default entropy. Setting random quality will decrease the crng init time by switching to this hardware random source. Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
af0d4442dd
commit
38a1965f42
|
@ -161,6 +161,7 @@ static int stm32_rng_probe(struct platform_device *ofdev)
|
|||
#endif
|
||||
priv->rng.read = stm32_rng_read,
|
||||
priv->rng.priv = (unsigned long) dev;
|
||||
priv->rng.quality = 900;
|
||||
|
||||
pm_runtime_set_autosuspend_delay(dev, 100);
|
||||
pm_runtime_use_autosuspend(dev);
|
||||
|
|
Loading…
Reference in New Issue