galileo: Fix SPI speed and configuration values

Change-Id: If15b2931e00d3a5748a56cea673e694389a7e963
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-11-02 14:30:39 -05:00 committed by Anas Nashif
commit c7a76a226d
2 changed files with 4 additions and 4 deletions

View file

@ -324,9 +324,9 @@ config ADC_TI_ADC108S102_0
config ADC_TI_ADC108S102_0_SPI_PORT_NAME config ADC_TI_ADC108S102_0_SPI_PORT_NAME
default "SPI0" default "SPI0"
config ADC_TI_ADC108S102_0_SPI_CONFIGURATION config ADC_TI_ADC108S102_0_SPI_CONFIGURATION
default 0x103 default 0x81
config ADC_TI_ADC108S102_0_SPI_MAX_FREQ config ADC_TI_ADC108S102_0_SPI_MAX_FREQ
default 2147483650 default 0x20000000
endif endif
if ETH_DW if ETH_DW

View file

@ -68,9 +68,9 @@ config ADC_TI_ADC108S102_0_SPI_CONFIGURATION
Master SPI port configuration flags used to access adc108s102 chip. Master SPI port configuration flags used to access adc108s102 chip.
config ADC_TI_ADC108S102_0_SPI_MAX_FREQ 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 depends on ADC_TI_ADC108S102_0
default 0 default 0x0
help help
Master SPI port maximum frequency used to access adc108s102 chip. Master SPI port maximum frequency used to access adc108s102 chip.