mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
backlight: tdo24m: ensure chip select changes between transfers
Some SPI host drivers do not change chip select betwen transfers unless .cs_chnage field is explicitly set. The LCD spec requires chip select change between consecuitive transfers, so ensure it at the SPI driver level. Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
fa3f99384c
commit
f64dcac0b1
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ static int __devinit tdo24m_probe(struct spi_device *spi)
|
|||
|
||||
spi_message_init(m);
|
||||
|
||||
x->cs_change = 1;
|
||||
x->tx_buf = &lcd->buf[0];
|
||||
spi_message_add_tail(x, m);
|
||||
|
||||
|
|
Loading…
Reference in a new issue