The cs_change flags need to be adjusted so SPI communications works
properly with the spi-s3c64xx driver.
Change-Id: I73ae345670e9ac79d8b8b576dc25078ece6167e7
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
t_c.tx_buf = req_data;
t_c.len = 4;
- t_c.cs_change = 1;
t_c.bits_per_word = 32;
t_r.rx_buf = buf;
t_c.tx_buf = req_rst;
t_c.len = 1;
- t_c.cs_change = 0;
spi_message_init(&m);
spi_message_add_tail(&t_c, &m);
t_c.tx_buf = req_data;
t_c.len = 4;
- t_c.cs_change = 1;
t_c.bits_per_word = 32;
t_r.rx_buf = buf;
t_r.len = size;
- t_r.cs_change = 0;
t_r.bits_per_word = 32;
spi_message_init(&m);
t_c.tx_buf = req_data;
t_c.len = 4;
- t_c.cs_change = 1;
t_c.bits_per_word = 32;
t_r.rx_buf = buf;