summaryrefslogtreecommitdiffstats
path: root/src/mainboard/ocp/deltalake/fadt.c
blob: b9fcd582ef43c2e0b305aea93b57c825e6393199 (plain)
1
2
3
4
5
6
7
8
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;
}