galileo: Fix SPI speed and configuration values
Change-Id: If15b2931e00d3a5748a56cea673e694389a7e963 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
7a9fa51b61
commit
c7a76a226d
2 changed files with 4 additions and 4 deletions
|
@ -324,9 +324,9 @@ config ADC_TI_ADC108S102_0
|
|||
config ADC_TI_ADC108S102_0_SPI_PORT_NAME
|
||||
default "SPI0"
|
||||
config ADC_TI_ADC108S102_0_SPI_CONFIGURATION
|
||||
default 0x103
|
||||
default 0x81
|
||||
config ADC_TI_ADC108S102_0_SPI_MAX_FREQ
|
||||
default 2147483650
|
||||
default 0x20000000
|
||||
endif
|
||||
|
||||
if ETH_DW
|
||||
|
|
|
@ -68,9 +68,9 @@ config ADC_TI_ADC108S102_0_SPI_CONFIGURATION
|
|||
Master SPI port configuration flags used to access adc108s102 chip.
|
||||
|
||||
config ADC_TI_ADC108S102_0_SPI_MAX_FREQ
|
||||
int "Master SPI port max frequency"
|
||||
hex "Master SPI port max frequency"
|
||||
depends on ADC_TI_ADC108S102_0
|
||||
default 0
|
||||
default 0x0
|
||||
help
|
||||
Master SPI port maximum frequency used to access adc108s102 chip.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue