Hello, I am trying to use active-high slave select for a device connected to an E3825 (on the MinnowMax board) which has some pxa2xx based SPI master. In my spi_board_info struct I try: .mode = SPI_MODE_3 | SPI_CS_HIGH Yet my SS signal does not change polarity (when compared to testing without the "| SPI_CS_HIGH"). With or without the "| SPI_CS_HIGH" my SS signal idles at high. Does that look like the correct way to inform the SPI master that active-high slave select is desired? -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html