mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
mb/msi/ms7e56/devicetree.cb: Set proper polarity for SIO UART IRQ4
The SIO is configured for low level interrupts. Reflect that in eSPI controller configuratio nso that the interrupts in OS work correctly. TEST=Enable serial console in Linux and get login prompt. Upstream-Status: Pending Change-Id: I4de833f3a73157c03d35f1bcdf3b476f3da6721e Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
@@ -41,6 +41,7 @@ chip soc/amd/phoenix
|
||||
.oob_ch_en = 1,
|
||||
.flash_ch_en = 1,
|
||||
.irq_mask = 0xffe107,
|
||||
.vw_irq_polarity = ESPI_VW_IRQ_LEVEL_LOW(4),
|
||||
}"
|
||||
|
||||
register "s0ix_enable" = "false"
|
||||
|
||||
Reference in New Issue
Block a user