Skip to content
Snippets Groups Projects
Commit 026a3f1b authored by Alex Porosanu's avatar Alex Porosanu Committed by York Sun
Browse files

drivers/crypto/fsl: disable RNG oscillator maximum frequency check


The rtfrqmax & rtfrqmin set the bounds of the expected frequency of the
oscillator, when SEC runs at its maximum frequency. For certain platforms
(f.i. T2080), the oscillator is very fast and thus if the SEC runs at
a lower than normal frequency, the ring oscillator is incorrectly detected
as being out of bounds.

This patch effectively disables the maximum frequency check, by setting a
high enough maximum allowable frequency for the oscillator. The reasoning
behind this is that usually a broken oscillator will run too slow
(i.e. not run at all) rather than run too fast.

Signed-off-by: default avatarAlex Porosanu <alexandru.porosanu@freescale.com>
Acked-by: default avatarRuchika <Gupta&lt;ruchika.gupta@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 6a17365b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment