drivers: Apply SPI API change to relevant places
Mostly drivers, but also one sample and one test. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
f8cc93de8c
commit
f6be2835bd
31 changed files with 81 additions and 65 deletions
|
@ -874,7 +874,6 @@ static int lsm6dso_init(const struct device *dev)
|
|||
|
||||
#define LSM6DSO_SPI_OP (SPI_WORD_SET(8) | \
|
||||
SPI_OP_MODE_MASTER | \
|
||||
SPI_LINES_SINGLE | \
|
||||
SPI_MODE_CPOL | \
|
||||
SPI_MODE_CPHA) \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue