Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365236
b: refs/heads/master
c: f482cd0
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Larsson authored and Grant Likely committed Apr 7, 2013
1 parent d846287 commit 4a84f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8beacbb85a5c1de1117400c5ddb450514a8372c
refs/heads/master: f482cd0ff506cd74c75edceec4b737c46c60cb12
4 changes: 4 additions & 0 deletions trunk/drivers/spi/spi-fsl-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ static int fsl_spi_setup(struct spi_device *spi)
cs->hw_mode = hw_mode; /* Restore settings */
return retval;
}

/* Initialize chipselect - might be active for SPI_CS_HIGH mode */
fsl_spi_chipselect(spi, BITBANG_CS_INACTIVE);

return 0;
}

Expand Down

0 comments on commit 4a84f6a

Please sign in to comment.