|
@@ -614,7 +614,6 @@ static struct flash_platform_data bfin_spi_flash_data = {
|
|
|
static struct bfin5xx_spi_chip spi_flash_chip_info = {
|
|
|
.enable_dma = 0, /* use dma transfer with this chip*/
|
|
|
.bits_per_word = 8,
|
|
|
- .cs_change_per_word = 0,
|
|
|
};
|
|
|
#endif
|
|
|
|
|
@@ -628,7 +627,6 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = {
|
|
|
|
|
|
#if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
|
|
|
static struct bfin5xx_spi_chip spi_ad7877_chip_info = {
|
|
|
- .cs_change_per_word = 0,
|
|
|
.enable_dma = 0,
|
|
|
.bits_per_word = 16,
|
|
|
};
|
|
@@ -659,7 +657,6 @@ static struct bfin5xx_spi_chip spidev_chip_info = {
|
|
|
static struct bfin5xx_spi_chip spi_adxl34x_chip_info = {
|
|
|
.enable_dma = 0, /* use dma transfer with this chip*/
|
|
|
.bits_per_word = 8,
|
|
|
- .cs_change_per_word = 0,
|
|
|
};
|
|
|
#endif
|
|
|
|