diff options
author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2024-02-16 07:05:55 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-05 20:43:00 +0000 |
commit | 7ad288208d24e42047e5bf0b88271684a32aa967 (patch) | |
tree | 82e463aeb1af1a1b5ce03c642ba800a5318d4ac0 /drivers/spi/spi-fsl-cpm.h | |
parent | e8b16c7a420420a994f68c181abc4a82dcca0616 (diff) |
spi: s3c64xx: switch exynos850 to new port config data
Exynos850 has the same version of USI SPI (v2.1) as GS101.
Drop the fifo_lvl_mask and rx_lvl_offset and switch to the new port
config data.
Backward compatibility with DT is not broken because when alises are
set:
- the SPI core will set the bus number according to the alias ID
- the FIFO depth is always the same size for exynos850 (64 bytes) no
matter the alias ID number.
Advantages of the change:
- drop dependency on the OF alias ID.
- FIFO depth is inferred from the compatible. Exynos850 integrates 3 SPI
IPs, all with 64 bytes FIFO depths.
- use full mask for SPI_STATUS.{RX, TX}_FIFO_LVL fields. Using partial
masks is misleading and can hide problems of the driver logic.
Just compiled tested.
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://msgid.link/r/20240216070555.2483977-13-tudor.ambarus@linaro.org
Tested-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-fsl-cpm.h')
0 files changed, 0 insertions, 0 deletions