On 2022/9/19 22:46, Lars-Peter Clausen wrote: > On 9/19/22 16:59, Wei Yongjun wrote: >> From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> >> >> Add spi_device_id entries to silent following SPI warnings: >> >> SPI driver ad7124 has no spi_device_id for adi,ad7124-4 >> SPI driver ad7124 has no spi_device_id for adi,ad7124-8 > What generates those warnings? > Commit 5fa6863ba692 ("spi: Check we have a spi_device_id for each DT compatible") added a test to check that every SPI driver has a spi_device_id for each DT compatiable string defined by the driver and warns if the spi_device_id is missing. Regards, Wei Yongjun