ARM: dts: samsung: exynos3250: specify the SPI FIFO depth
authorTudor Ambarus <tudor.ambarus@linaro.org>
Fri, 16 Feb 2024 14:04:43 +0000 (14:04 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 25 Mar 2024 11:11:10 +0000 (12:11 +0100)
commit43dc9f88ff4db5c932cfb35cfe4bfeff25ed60e2
treeda6d65af277c2ddc672d96bc3f0c056a671c3383
parent3a64e95e1a64a2d4c63c4df28b61cd3cbb63cd92
ARM: dts: samsung: exynos3250: specify the SPI FIFO depth

Up to now the SPI alias was used as an index into an array defined in
the SPI driver to determine the SPI FIFO depth. Drop the dependency on
the SPI alias and specify the SPI FIFO depth directly into the SPI node.

exynos3250.dtsi defines the following aliases:
spi0 = &spi_0;
spi1 = &spi_1;
spi-s3c64xx.c driver defines the following fifo_lvl_mask for the
"samsung,exynos4210-spi" compatible:
.fifo_lvl_mask  = { 0x1ff, 0x7F, 0x7F },
Thus spi0 was considered having a 256 byte FIFO depth, and spi1 a 64
byte FIFO depth. Update device tree with these FIFO depths. No
functional change expected.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240216140449.2564625-2-tudor.ambarus@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/samsung/exynos3250.dtsi