aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake/fadt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ocp/deltalake/fadt.c')
-rw-r--r--src/mainboard/ocp/deltalake/fadt.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/fadt.c b/src/mainboard/ocp/deltalake/fadt.c
new file mode 100644
index 0000000000..b9fcd582ef
--- /dev/null
+++ b/src/mainboard/ocp/deltalake/fadt.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <acpi/acpi.h>
+#include <soc/acpi.h>
+
+void motherboard_fill_fadt(acpi_fadt_t *fadt)
+{
+ fadt->preferred_pm_profile = PM_ENTERPRISE_SERVER;
+}