]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/include/asm/bfin5xx_spi.h
Blackfin SPI Driver: Make mmc_spi driver work on Blackfin
[linux-2.6-omap-h63xx.git] / arch / blackfin / include / asm / bfin5xx_spi.h
index 8c5f8a977a66b851d1a854e21825f9e23acd4bd5..aaeb4df10d578c6128aa6ef13a6ffb41b91e6a25 100644 (file)
@@ -125,6 +125,8 @@ struct bfin5xx_spi_chip {
        u8 cs_change_per_word;
        u16 cs_chg_udelay; /* Some devices require 16-bit delays */
        u32 cs_gpio;
+       /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */
+       u16 idle_tx_val;
 };
 
 #endif /* _SPI_CHANNEL_H_ */