commit | de729882a0a8adbd4e61909ae69057a07d64daa4 | [log] [tgz] |
---|---|---|
author | Harry Jiang <explora26@gmail.com> | Fri Jul 31 09:38:57 2020 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 19 12:35:12 2020 +0100 |
tree | ec67cb2217ed4dfe24dda05fda7a4ce35d62e5c6 | |
parent | 85e0e213903c75ab1815ca6a04d2363ec77e8a4b [diff] |
drivers: spi: spi_ll_stm32: Fix the master mode not work. On the STM32MP1 and STM32H7 Series SoC, if slave select pin control by software on master mode operation, the SS input/output polarity (SSIOP) should be set to high level avoid the mode fault (MODF) error. Signed-off-by: Harry Jiang <explora26@gmail.com>