aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/jecht/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/jecht/acpi_tables.c')
-rw-r--r--src/mainboard/google/jecht/acpi_tables.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/jecht/acpi_tables.c b/src/mainboard/google/jecht/acpi_tables.c
index 3e8cc2016a..4dd6d49100 100644
--- a/src/mainboard/google/jecht/acpi_tables.c
+++ b/src/mainboard/google/jecht/acpi_tables.c
@@ -36,3 +36,8 @@ unsigned long acpi_fill_madt(unsigned long current)
return acpi_madt_irq_overrides(current);
}
+
+void motherboard_fill_fadt(acpi_fadt_t *fadt)
+{
+ fadt->preferred_pm_profile = PM_MOBILE;
+}