Skip to content

Commit 31a5408

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
spi-bcm2708: Increase timeout from 150ms to 1s
See: #260
1 parent 3d5ba5c commit 31a5408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/spi/spi-bcm2708.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
#define SPI_CS_CS_10 0x00000002
7171
#define SPI_CS_CS_01 0x00000001
7272

73-
#define SPI_TIMEOUT_MS 150
73+
#define SPI_TIMEOUT_MS 1000
7474

75-
#define DRV_NAME "bcm2708_spi"
75+
#define DRV_NAME "bcm2708_spi"
7676

7777
struct bcm2708_spi {
7878
spinlock_t lock;

0 commit comments

Comments
 (0)