From c9222f956763d20397152a44985bdb4abdb19e2d Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 23 Jun 2020 13:12:53 -0700 Subject: vendorcode/google/chromeos: Add GOOG0016 _HID for Chrome OS ACPI The Chrome OS ACPI code has always used a legacy PNP ID "GGL0001" for the ID. This is technically valid but we have an official ACPI ID now so I allocated "GOOG0016" for an ID and we can eventually retire the legacy PNP ID. This is being discussed on LKML as part of an effort to upstream the Chrome OS ACPI kernel driver: https://lkml.org/lkml/2020/4/13/315 Change-Id: I2e41fe419113b327618f8f98058ef7af657f2532 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/c/coreboot/+/42735 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/vendorcode/google/chromeos/acpi/chromeos.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vendorcode/google') diff --git a/src/vendorcode/google/chromeos/acpi/chromeos.asl b/src/vendorcode/google/chromeos/acpi/chromeos.asl index 5c8af4efda..7642676a74 100644 --- a/src/vendorcode/google/chromeos/acpi/chromeos.asl +++ b/src/vendorcode/google/chromeos/acpi/chromeos.asl @@ -9,7 +9,8 @@ External (OIPG) Device (CRHW) { - Name(_HID, EISAID("GGL0001")) + Name(_HID, "GOOG0016") + Name(_CID, EISAID("GGL0001")) Method(_STA, 0, Serialized) { -- cgit v1.2.3