libsoc: update board configuration files to fix SPI definitions

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2017-09-15 09:44:51 +02:00
parent c3459a0fdc
commit 4320f0574f
3 changed files with 3 additions and 9 deletions

View File

@ -23,9 +23,7 @@ DEFAULT_I2C_BUS = 2
[SPI] [SPI]
# SPI-1 on SPI board connector. # SPI-1 on SPI board connector.
DEFAULT_SPI_BUS = 0 DEFAULT_SPI = 0,0
DEFAULT_SPI_SS = 0
[PWM] [PWM]

View File

@ -17,9 +17,7 @@ DEFAULT_I2C_BUS = 0
[SPI] [SPI]
# SPI-1 on SPI board connector. # SPI-1 on SPI board connector.
DEFAULT_SPI_BUS = 0 DEFAULT_SPI = 0,0
DEFAULT_SPI_SS = 0
[PWM] [PWM]

View File

@ -17,9 +17,7 @@ DEFAULT_I2C_BUS = 1
[SPI] [SPI]
# SPI-3 on Expansion connector. # SPI-3 on Expansion connector.
DEFAULT_SPI_BUS = 2 DEFAULT_SPI = 2,0
DEFAULT_SPI_SS = 0
[PWM] [PWM]