commit | fb93bd8d264c3198f321dc23a83559fcfcc275d4 | [log] [tgz] |
---|---|---|
author | Julien Panis <jpanis@baylibre.com> | Mon May 29 15:42:28 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 20 16:08:13 2023 -0400 |
tree | 5b78e6f5ae34e161dad180cd384a956f03c25355 | |
parent | 8dc2c666808a07c2ad484ef6c4f89aa551eaf265 [diff] |
drivers: spi: omap3_spi: Initialize mode for all channels At first SPI transfers, multiple chip selects can be enabled simultaneously. This is due to chip select polarity, which is not properly initialized for all channels. This patch fixes the issue. Signed-off-by: Julien Panis <jpanis@baylibre.com>