diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl new file mode 100644 index 0000000000..e472ec680a --- /dev/null +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +Scope(\_SB) { + /* global utility methods expected within the \_SB scope */ + #include + + #include +} /* End \_SB scope */