aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/broadwell/pch/pmutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/pmutil.c b/src/soc/intel/broadwell/pch/pmutil.c
index 59ae72f3fc..3da6bcea31 100644
--- a/src/soc/intel/broadwell/pch/pmutil.c
+++ b/src/soc/intel/broadwell/pch/pmutil.c
@@ -309,7 +309,7 @@ u32 clear_tco_status(void)
void enable_tco_sci(void)
{
/* Clear pending events */
- outl(get_pmbase() + GPE0_STS(3), TCOSCI_STS);
+ outl(TCOSCI_STS, get_pmbase() + GPE0_STS(3));
/* Enable TCO SCI events */
enable_gpe(TCOSCI_EN);