mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / common / tpm_tis.c
blob56cf64809ec87725e7c4431a59ec41319a8f346a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi.h>
4 #include <drivers/tpm/cr50.h>
6 int cr50_plat_irq_status(void)
8 return acpi_get_gpe(CONFIG_TPM_TIS_ACPI_INTERRUPT);