commit | 3f5527f01970ef108b0b3e2463ecc04bb277acbc | [log] [tgz] |
---|---|---|
author | Alek Du <[email protected]> | Tue Jun 17 14:08:35 2008 +0800 |
committer | Patrick Tjin <[email protected]> | Mon Jul 21 20:22:37 2014 -0700 |
tree | bfdd2518bb4cf47b0cadfb979fc4394b7433de7d | |
parent | f631cf6bcecb2e730e3bef10d76d4a947e6d3414 [diff] [blame] |
Modify SPI UART slave select to 0x2 according to latest ESL (2008.06)
diff --git a/spi-uart.c b/spi-uart.c index c78f0dc..a33c70e 100644 --- a/spi-uart.c +++ b/spi-uart.c
@@ -52,7 +52,7 @@ pspi->imr &= 0xffffff00; /* select one slave SPI device */ - pspi->ser = 0x1; + pspi->ser = 0x2; /* enable the HW, this should be the last step for HW init */ pspi->ssienr |= 0x1;