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:
Jose Alberto Meza 2022-04-20 14:28:41 -07:00 committed by Maureen Helm
commit 09ca5cc9cb

View file

@ -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