[PATCH 0/3] spi: spi-nxp-fspi: few fix for flexspi

Haibo Chen posted 3 patches 1 week, 2 days ago
drivers/spi/spi-nxp-fspi.c | 32 +++++++++++++++++++++++++++-----
1 file changed, 27 insertions(+), 5 deletions(-)
[PATCH 0/3] spi: spi-nxp-fspi: few fix for flexspi
Posted by Haibo Chen 1 week, 2 days ago
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.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
---
Haibo Chen (2):
      spi: spi-nxp-fspi: re-config the clock rate when operation require new clock rate
      spi: spi-nxp-fspi: limit the clock rate for different sample clock source selection

Han Xu (1):
      spi: spi-nxp-fspi: add extra delay after dll locked

 drivers/spi/spi-nxp-fspi.c | 32 +++++++++++++++++++++++++++-----
 1 file changed, 27 insertions(+), 5 deletions(-)
---
base-commit: 12c28f647e5eefd08796c7b161acc9c46bd7057a
change-id: 20250922-fspi-fix-14d4e071df7d

Best regards,
-- 
Haibo Chen <haibo.chen@nxp.com>