soc/amd/stoneyridge: remove LIDS field from global NVS
[coreboot.git] / src / ec / google / chromeec / acpi / tbmc.asl
blob1661296da6105c1d03b8e44ab958ae00c6f9af41
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Device (TBMC)
5         Name (_HID, "GOOG0006")
6         Name (_UID, 1)
7         Name (_DDN, "Tablet Motion Control")
8         Method (TBMC)
9         {
10                 If (^^RCTM == 1) {
11                         Return (0x1)
12                 } Else {
13                         Return (0x0)
14                 }
15         }
16         Method(_STA, 0)
17         {
18                 Return (0xB)
19         }