Skip to content

Commit

Permalink
spi-bcm2708: Increase timeout from 150ms to 1s
Browse files Browse the repository at this point in the history
See: #260
  • Loading branch information
Phil Elwell committed Jun 30, 2015
1 parent 9f0eca0 commit f2f27d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/spi/spi-bcm2708.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
#define SPI_CS_CS_10 0x00000002
#define SPI_CS_CS_01 0x00000001

#define SPI_TIMEOUT_MS 150
#define SPI_TIMEOUT_MS 1000

#define DRV_NAME "bcm2708_spi"
#define DRV_NAME "bcm2708_spi"

struct bcm2708_spi {
spinlock_t lock;
Expand Down

0 comments on commit f2f27d5

Please sign in to comment.