]> Gentwo Git Trees - linux/.git/commit
spi: spi-nxp-fspi: few fix for flexspi
authorMark Brown <broonie@kernel.org>
Wed, 15 Oct 2025 18:40:46 +0000 (19:40 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 15 Oct 2025 18:40:46 +0000 (19:40 +0100)
commit760951dd19c2ebf55214e0cb259e4494098dfc9b
treedebbbace6fbd8d9ded28dfd45a8295a27cf9666c
parent6b6e03106163458716c47df2baa9ad08ed4ddb0e
parentf43579ef3500527649b1c233be7cf633806353aa
spi: spi-nxp-fspi: few fix for flexspi

Merge series from Haibo Chen <haibo.chen@nxp.com>:

PATCH 1: different operations maybe require different max frequency, so
         add flexspi to handle such case, re-config the clock rate when
 new coming operation require new clock frequency.
Patch 2: add workaround for erratum ERR050272. Since only add 4us dealy
 in nxp_fspi_dll_calibration(), so do not distinguish different
 platforms.
Patch 3: add max frequency limitation for different sample clock source
         selection. Datasheet give max 66MHz for mode 0 and 166MHz for
 mode 3. And IC suggest to add this limitation on all SoCs for
 safety and stability.