summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/acpi/pnot.asl
blob: 29b5b5a4486c3bcd7dd8a2744958b9755fe442c9 (plain)
1
2
3
4
5
6
7
8
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 ()
}