aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/tgl-u/acpi/mainboard.asl
blob: c982a9ee4cbf3e38b735e4f5a6132329918e03a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#define EC_GPE_SCI 0x6E
#define EC_GPE_SWI 0x6B
#include <ec/system76/ec/acpi/ec.asl>

Scope (\_SB) {
	#include "sleep.asl"
	Scope (PCI0) {
		#include "backlight.asl"
	}
}