|
@@ -368,7 +368,7 @@ int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip,
|
|
|
* otherwise we use the default. Also we use the default FIFO
|
|
* otherwise we use the default. Also we use the default FIFO
|
|
|
* thresholds for now.
|
|
* thresholds for now.
|
|
|
*/
|
|
*/
|
|
|
- *burst_code = chip_info ? chip_info->dma_burst_size : 16;
|
|
|
|
|
|
|
+ *burst_code = chip_info ? chip_info->dma_burst_size : 1;
|
|
|
*threshold = SSCR1_RxTresh(RX_THRESH_DFLT)
|
|
*threshold = SSCR1_RxTresh(RX_THRESH_DFLT)
|
|
|
| SSCR1_TxTresh(TX_THRESH_DFLT);
|
|
| SSCR1_TxTresh(TX_THRESH_DFLT);
|
|
|
|
|
|