summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-23 15:51:32 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-24 15:52:41 +0000
commite4b9a1e156271a3d41fe2e7fc385d4480b3ad003 (patch)
tree835649d00030049ae5527b1c4465553c343c05d0
parentfe3a19d3f38b1e87f814b78f45353339b196d6ee (diff)
downloadcoreboot-e4b9a1e156271a3d41fe2e7fc385d4480b3ad003.tar.gz
coreboot-e4b9a1e156271a3d41fe2e7fc385d4480b3ad003.tar.bz2
coreboot-e4b9a1e156271a3d41fe2e7fc385d4480b3ad003.zip
mb/google/{butterfly,link,parrot}: Drop wrong _ADR objects
ACPI Version 6.3 Section 6.1: "A device object must contain either an _HID object or an _ADR object, but should not contain both." Found-by: ACPICA 20191018 Change-Id: I8bcdfa7a4dc33c3e3866d3135249a602379b9615 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36265 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/butterfly/acpi/mainboard.asl1
-rw-r--r--src/mainboard/google/link/acpi/mainboard.asl1
-rw-r--r--src/mainboard/google/parrot/acpi/mainboard.asl1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/butterfly/acpi/mainboard.asl b/src/mainboard/google/butterfly/acpi/mainboard.asl
index 4721f2a0d11d..2b1d6373e3e2 100644
--- a/src/mainboard/google/butterfly/acpi/mainboard.asl
+++ b/src/mainboard/google/butterfly/acpi/mainboard.asl
@@ -29,7 +29,6 @@ Scope (\_SB) {
Device (TPAD)
{
- Name (_ADR, 0x0)
Name (_UID, 1)
// Report as a Sleep Button device so Linux will
diff --git a/src/mainboard/google/link/acpi/mainboard.asl b/src/mainboard/google/link/acpi/mainboard.asl
index 6a2d890802ff..c153950047d2 100644
--- a/src/mainboard/google/link/acpi/mainboard.asl
+++ b/src/mainboard/google/link/acpi/mainboard.asl
@@ -19,7 +19,6 @@
Scope (\_SB) {
Device (TPAD)
{
- Name (_ADR, 0x0)
Name (_UID, 1)
// Report as a Sleep Button device so Linux will
diff --git a/src/mainboard/google/parrot/acpi/mainboard.asl b/src/mainboard/google/parrot/acpi/mainboard.asl
index 4906efcdb5c5..8fe68c580509 100644
--- a/src/mainboard/google/parrot/acpi/mainboard.asl
+++ b/src/mainboard/google/parrot/acpi/mainboard.asl
@@ -43,7 +43,6 @@ Scope (\_SB) {
Device (TPAD)
{
- Name (_ADR, 0x0)
Name (_UID, 1)
// Report as a Sleep Button device so Linux will