[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aBdOMUhuUqbZm9w1@Red>
Date: Sun, 4 May 2025 13:23:29 +0200
From: Corentin Labbe <clabbe.montjoie@...il.com>
To: ldewangan@...dia.com, broonie@...nel.org, thierry.reding@...il.com,
jonathanh@...dia.com, linux-spi@...r.kernel.org
Cc: linux-tegra@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [regression] jetson-tk1: spi do not probe anymore
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@...0da00/flash@0
[ 1.348637] spi_master spi1: Failed to create SPI device for /spi@...0da00/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
Powered by blists - more mailing lists