spi: galileo: Fix SPI port 1 settings names
*_PORT_1_* not *_PORT_0_* obviously. Change-Id: Idefad40c25b4ad54d9558355daab224bc634c2e7 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
77d6c32fc2
commit
93f38d26c2
1 changed files with 3 additions and 3 deletions
|
@ -294,11 +294,11 @@ config SPI_INTEL_PORT_1_DEV
|
|||
default 21
|
||||
config SPI_INTEL_PORT_1_FUNCTION
|
||||
default 1
|
||||
config SPI_INTEL_PORT_0_REGS
|
||||
config SPI_INTEL_PORT_1_REGS
|
||||
default 0x90008000
|
||||
config SPI_INTEL_PORT_0_IRQ
|
||||
config SPI_INTEL_PORT_1_IRQ
|
||||
default 17
|
||||
config SPI_INTEL_PORT_0_PRI
|
||||
config SPI_INTEL_PORT_1_PRI
|
||||
default 0
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue