|
@@ -1284,3 +1284,75 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
|
|
|
.max_speed_hz = 1000000, /* max spi clock (SCK) speed in HZ */
|
|
|
.bus_num = 0,
|
|
|
.chip_select = 1, /* CS for read, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|
|
|
+ .mode = SPI_MODE_3,
|
|
|
+ },
|
|
|
+#endif
|
|
|
+#if defined(CONFIG_ADIS16201) \
|
|
|
+ || defined(CONFIG_ADIS16201_MODULE)
|
|
|
+ {
|
|
|
+ .modalias = "adis16201",
|
|
|
+ .max_speed_hz = 1000000, /* max spi clock (SCK) speed in HZ */
|
|
|
+ .bus_num = 0,
|
|
|
+ .chip_select = 5, /* CS, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|
|
|
+ .mode = SPI_MODE_3,
|
|
|
+ .irq = IRQ_PF4,
|
|
|
+ },
|
|
|
+#endif
|
|
|
+#if defined(CONFIG_ADIS16203) \
|
|
|
+ || defined(CONFIG_ADIS16203_MODULE)
|
|
|
+ {
|
|
|
+ .modalias = "adis16203",
|
|
|
+ .max_speed_hz = 1000000, /* max spi clock (SCK) speed in HZ */
|
|
|
+ .bus_num = 0,
|
|
|
+ .chip_select = 5, /* CS, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|
|
|
+ .mode = SPI_MODE_3,
|
|
|
+ .irq = IRQ_PF4,
|
|
|
+ },
|
|
|
+#endif
|
|
|
+#if defined(CONFIG_ADIS16204) \
|
|
|
+ || defined(CONFIG_ADIS16204_MODULE)
|
|
|
+ {
|
|
|
+ .modalias = "adis16204",
|
|
|
+ .max_speed_hz = 1000000, /* max spi clock (SCK) speed in HZ */
|
|
|
+ .bus_num = 0,
|
|
|
+ .chip_select = 5, /* CS, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|
|
|
+ .mode = SPI_MODE_3,
|
|
|
+ .irq = IRQ_PF4,
|
|
|
+ },
|
|
|
+#endif
|
|
|
+#if defined(CONFIG_ADIS16209) \
|
|
|
+ || defined(CONFIG_ADIS16209_MODULE)
|
|
|
+ {
|
|
|
+ .modalias = "adis16209",
|
|
|
+ .max_speed_hz = 1000000, /* max spi clock (SCK) speed in HZ */
|
|
|
+ .bus_num = 0,
|
|
|
+ .chip_select = 5, /* CS, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|
|
|
+ .mode = SPI_MODE_3,
|
|
|
+ .irq = IRQ_PF4,
|
|
|
+ },
|
|
|
+#endif
|
|
|
+#if defined(CONFIG_ADIS16220) \
|
|
|
+ || defined(CONFIG_ADIS16220_MODULE)
|
|
|
+ {
|
|
|
+ .modalias = "adis16220",
|
|
|
+ .max_speed_hz = 2000000, /* max spi clock (SCK) speed in HZ */
|
|
|
+ .bus_num = 0,
|
|
|
+ .chip_select = 5, /* CS, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|
|
|
+ .mode = SPI_MODE_3,
|
|
|
+ .irq = IRQ_PF4,
|
|
|
+ },
|
|
|
+#endif
|
|
|
+#if defined(CONFIG_ADIS16240) \
|
|
|
+ || defined(CONFIG_ADIS16240_MODULE)
|
|
|
+ {
|
|
|
+ .modalias = "adis16240",
|
|
|
+ .max_speed_hz = 1500000, /* max spi clock (SCK) speed in HZ */
|
|
|
+ .bus_num = 0,
|
|
|
+ .chip_select = 5, /* CS, change it for your board */
|
|
|
+ .platform_data = NULL, /* No spi_driver specific config */
|