spi: s3c64xx: determine the fifo depth only once
authorTudor Ambarus <tudor.ambarus@linaro.org>
Fri, 16 Feb 2024 07:05:47 +0000 (07:05 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 5 Mar 2024 20:42:52 +0000 (20:42 +0000)
commitc6e776ab6abdfce5a1edcde7a22c639e76499939
tree1a709eed6d2ab31a6c71d3b4bab77b4594cf5a38
parentd6911cf27e5c8491cbfedd4ae2d1ee74a3e685b4
spi: s3c64xx: determine the fifo depth only once

Determine the FIFO depth only once, at probe time.
``sdd->fifo_depth`` can be set later on with the FIFO depth
specified in the device tree.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://msgid.link/r/20240216070555.2483977-5-tudor.ambarus@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-s3c64xx.c