Title: [8666] trunk/arch/blackfin/mach-bf537/boards/stamp.c: adis16300: hook to spi cs and interrupt used by test
Revision
8666
Author
bhsong
Date
2010-04-26 00:10:00 -0400 (Mon, 26 Apr 2010)

Log Message

adis16300: hook to spi cs and interrupt used by test

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-bf537/boards/stamp.c (8665 => 8666)


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-04-26 04:05:08 UTC (rev 8665)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-04-26 04:10:00 UTC (rev 8666)
@@ -1387,9 +1387,10 @@
 		.modalias = "adis16300",
 		.max_speed_hz = 1000000,     /* max spi clock (SCK) speed in HZ */
 		.bus_num = 0,
-		.chip_select = 1, /* CS, change it for your board */
+		.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_ADIS16350) \
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to