Skip to content
Commit a6e562fe authored by Stefan Mätje's avatar Stefan Mätje Committed by Tom Rini
Browse files

Fix wrong QSPI clock calculation for AM4372



On AM4372 the SPI_GCLK input gets its clock from the PRCM module which
divides the PER_CLKOUTM2 frequency (192MHz) by a fixed factor of 4.
See AM437x Reference Manual in section 27 QSPI >> 27.2 Integration.

The QSPI_FCLK therefore needs to take this factor into account and
becomes (192000000 / 4).

Signed-off-by: default avatarStefan Mätje <stefan.maetje@esd.eu>
parent 5ce7df10
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment