summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/acpi.c')
-rw-r--r--src/soc/intel/tigerlake/acpi.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/soc/intel/tigerlake/acpi.c b/src/soc/intel/tigerlake/acpi.c
index 1a8ccb9e93..e560f11f69 100644
--- a/src/soc/intel/tigerlake/acpi.c
+++ b/src/soc/intel/tigerlake/acpi.c
@@ -275,21 +275,6 @@ void soc_fill_gnvs(struct global_nvs *gnvs)
sa_fill_gnvs(gnvs);
}
-uint32_t acpi_fill_soc_wake(uint32_t generic_pm1_en,
- const struct chipset_power_state *ps)
-{
- /*
- * WAK_STS bit is set when the system is in one of the sleep states
- * (via the SLP_EN bit) and an enabled wake event occurs. Upon setting
- * this bit, the PMC will transition the system to the ON state and
- * can only be set by hardware and can only be cleared by writing a one
- * to this bit position.
- */
-
- generic_pm1_en |= WAK_STS | RTC_EN | PWRBTN_EN;
- return generic_pm1_en;
-}
-
int soc_madt_sci_irq_polarity(int sci)
{
return MP_IRQ_POLARITY_HIGH;