[regression] jetson-tk1: spi do not probe anymore
From: Corentin Labbe
Date: Sun May 04 2025 - 07:23:45 EST
Hello
On my jetson-tk1, SPI do not probe anymore:
[ 1.330681] spi spi1.0: Invalid delay unit 2, should be SPI_DELAY_UNIT_SCK
[ 1.335185] spi-tegra114 7000da00.spi: can't setup spi1.0, status -22
[ 1.341643] spi_master spi1: spi_device register error /spi@7000da00/flash@0
[ 1.348637] spi_master spi1: Failed to create SPI device for /spi@7000da00/flash@0
I tested 6.14.7
The SPI probed perfectly in 4.17.14
I tried to debug a bit, and the driver requires units to be SPI_DELAY_UNIT_SCK, but it seems there is no way to set it.
Removing the "return -EINVAL" in tegra_spi_set_hw_cs_timing() lead to a successfull probe and the flash device appear.
But I agree, it is not a correct fix:)
Since only the test made it fail, I think the driver is bad since commit 810593668468 ("spi: tegra114: change format for `spi_set_cs_timing()` function")
Regards