mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
mec1322: Fix the ACPI EC0 BAR setting
Per datasheet, it should be 304. BUG=None BRANCH=None TEST=None Change-Id: I3f7b82bf2f63ed011183cd72f4e19daa7dd0dcf0 Signed-off-by: Steven Jian <steven.jian@intel.com> Reviewed-on: https://chromium-review.googlesource.com/262283 Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
7e1eafc167
commit
d8b0b43bb9
@@ -199,7 +199,7 @@ static void setup_lpc(void)
|
||||
task_enable_irq(MEC1322_IRQ_GIRQ19);
|
||||
|
||||
/* Set up ACPI0 for 0x62/0x66 */
|
||||
MEC1322_LPC_ACPI_EC0_BAR = 0x00628034;
|
||||
MEC1322_LPC_ACPI_EC0_BAR = 0x00628304;
|
||||
MEC1322_INT_ENABLE(15) |= 1 << 6;
|
||||
MEC1322_INT_BLK_EN |= 1 << 15;
|
||||
task_enable_irq(MEC1322_IRQ_ACPIEC0_IBF);
|
||||
|
||||
Reference in New Issue
Block a user