Marian Buschsieweke 17a5101b40
cpu/lpc2387: Fixed broken SPI driver
In commit 513b20ffd328934c58af169e2bce0c0a01eddee2 the SPI API was changed to
power up an configure the SPI bus on spi_acquire(). Sadly, the lpc2387 SPI
apparently needs to be reconfigured after each power up. This commit moves
the initialization code required after each power up from spi_init() to
spi_acquire().
2018-05-19 18:12:25 +02:00
..
2015-05-18 07:10:52 +02:00
2017-04-14 14:36:16 +02:00
2015-08-14 16:50:41 +02:00