summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cyan/variants/terra/include/variant/acpi/mainboard.asl
blob: cf6514d7eb2702c5d00014f7f74bd08e923b1ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* Elan trackpad */
#include <acpi/trackpad_elan.asl>

/* Realtek audio codec */
#include <acpi/codec_realtek.asl>

Scope (\_SB)
{
	Method (GPID, 0, Serialized)  // GPID: Get Project ID for Terra2/Terra3
	{
		And( ShiftRight (\BDID, 3, Local0), 0x01, Local0)
		Return (Local0)
	}
}