drivers: espi: Correct default eSPI to UART mapping
Correct default mapping for eSPI UART virtual port to SoC UART for MEC172x. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
40abcd283c
commit
09ca5cc9cb
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ config ESPI_PERIPHERAL_UART
|
||||||
|
|
||||||
config ESPI_PERIPHERAL_UART_SOC_MAPPING
|
config ESPI_PERIPHERAL_UART_SOC_MAPPING
|
||||||
int "SoC port exposed as logical eSPI UART"
|
int "SoC port exposed as logical eSPI UART"
|
||||||
default 2
|
default 2 if SOC_SERIES_MEC1501X
|
||||||
|
default 1 if SOC_SERIES_MEC172X
|
||||||
depends on ESPI_PERIPHERAL_UART
|
depends on ESPI_PERIPHERAL_UART
|
||||||
help
|
help
|
||||||
This tells the driver to which SoC UART to direct the UART traffic
|
This tells the driver to which SoC UART to direct the UART traffic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue