driver: espi: Enable OOB_RST_WARN virtual wire interrupt.
Epsi slave need to respond with an OOB_RST_ACK for OOB_RST_WARN sent by master during host reset. Enable interrupt for OOB_RST_WARN to receive signal changes and respond with ACK. Signed-off-by: Venkataramana Kotakonda <venkataramana.kotakonda@intel.com>
This commit is contained in:
parent
cd795c1b3b
commit
7eccdf7b5c
1 changed files with 2 additions and 2 deletions
|
@ -1272,8 +1272,8 @@ static int espi_xec_init(struct device *dev)
|
|||
/* Enable aggregated block interrupts for VWires */
|
||||
MCHP_GIRQ_ENSET(config->vw_girq_id) = MEC_ESPI_MSVW00_SRC0_VAL |
|
||||
MEC_ESPI_MSVW00_SRC1_VAL | MEC_ESPI_MSVW00_SRC2_VAL |
|
||||
MEC_ESPI_MSVW01_SRC1_VAL | MEC_ESPI_MSVW02_SRC0_VAL |
|
||||
MEC_ESPI_MSVW03_SRC0_VAL;
|
||||
MEC_ESPI_MSVW01_SRC1_VAL | MEC_ESPI_MSVW01_SRC2_VAL |
|
||||
MEC_ESPI_MSVW02_SRC0_VAL | MEC_ESPI_MSVW03_SRC0_VAL;
|
||||
|
||||
/* Enable aggregated block interrupts for peripherals supported */
|
||||
#ifdef CONFIG_ESPI_PERIPHERAL_8042_KBC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue