diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-25 20:14:37 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-06-27 02:48:42 +0200 |
commit | b6c2f8919ee958d431da7d55194b09322c2f6ec8 (patch) | |
tree | c579b83445b9fe545cb78b939848d6eb4bb185e1 /src/mainboard | |
parent | 9a4cbc9d15a8cf76705b7922489c85687f1a1a16 (diff) |
lenovo/g505s: Add System Board ID to fix ACPI warning
Add the System Board Hardware ID to fix the warning:
dsdt.aml 88: Device (MB) {
Warning 3141 - ^ Missing dependency
(Device object requires a _HID or _ADR in same scope)
Change-Id: Ie97b1e6792c8d4c8db2500cef6a79881b7ff94c8
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10669
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/g505s/acpi/mainboard.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/g505s/acpi/mainboard.asl b/src/mainboard/lenovo/g505s/acpi/mainboard.asl index 7231147d29..9e372b230a 100644 --- a/src/mainboard/lenovo/g505s/acpi/mainboard.asl +++ b/src/mainboard/lenovo/g505s/acpi/mainboard.asl @@ -105,6 +105,8 @@ Scope (\_SB) { } Device (MB) { + Name(_HID, EisaId("PNP0C01")) // System Board + /* Lid open */ Method (LIDO) { /* Stub */ } /* Lid closed */ |