diff options
Diffstat (limited to 'src/soc/amd/picasso/acpi/pnot.asl')
-rw-r--r-- | src/soc/amd/picasso/acpi/pnot.asl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/acpi/pnot.asl b/src/soc/amd/picasso/acpi/pnot.asl new file mode 100644 index 0000000000..29b5b5a448 --- /dev/null +++ b/src/soc/amd/picasso/acpi/pnot.asl @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include <soc/amd/common/acpi/alib.asl> + +Method (PNOT) +{ + /* Report AC/DC state to ALIB using WAL1() */ + \WAL1 () +} |