mirror of
https://xff.cz/git/u-boot/
synced 2025-10-21 01:51:11 +02:00
spi: Correct operations check in dm_spi_xfer()
At present we have to have an xfer() method even if it does nothing. This is not correct, so fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -224,7 +224,7 @@ void spi_release_bus(struct spi_slave *slave);
|
||||
int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen);
|
||||
|
||||
/**
|
||||
* SPI transfer
|
||||
* SPI transfer (optional if mem_ops is used)
|
||||
*
|
||||
* This writes "bitlen" bits out the SPI MOSI port and simultaneously clocks
|
||||
* "bitlen" bits in the SPI MISO port. That's just the way SPI works.
|
||||
|
Reference in New Issue
Block a user