Title: [8675] trunk/arch/blackfin/mach-bf537/boards/stamp.c: ADIS16350: hook to right chip name, spi cs and irq under testing
Revision
8675
Author
bhsong
Date
2010-04-28 05:28:37 -0400 (Wed, 28 Apr 2010)

Log Message

ADIS16350: hook to right chip name, spi cs and irq under testing

Modified Paths


Diff

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


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-04-28 07:46:14 UTC (rev 8674)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-04-28 09:28:37 UTC (rev 8675)
@@ -1445,12 +1445,13 @@
 #if defined(CONFIG_ADIS16350) \
 	|| defined(CONFIG_ADIS16350_MODULE)
 	{
-		.modalias = "adis16350",
+		.modalias = "adis16364",
 		.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_ADIS16400) \
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to