aboutsummaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-23 15:26:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-24 15:52:05 +0000
commitd624e3997a356af2fc5e74b6f646576de25b81ff (patch)
tree20bebfb33b990708003695df575beb89ad8eaaf7 /src/ec
parent3128f33c65f7a4af7c078e906a172f1a09843199 (diff)
(acpi) superio.asl: 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: Ic0bcaa37ac017ab61e1fb4e78d3c7dfbbcc0899d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36262 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/google/wilco/acpi/superio.asl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ec/google/wilco/acpi/superio.asl b/src/ec/google/wilco/acpi/superio.asl
index 0995d6a173..42575bd654 100644
--- a/src/ec/google/wilco/acpi/superio.asl
+++ b/src/ec/google/wilco/acpi/superio.asl
@@ -25,7 +25,6 @@ Device (SIO)
{
Name (_HID, EisaId ("PNP0501"))
Name (_UID, 1)
- Name (_ADR, 0)
Method (_STA, 0, NotSerialized)
{
@@ -57,7 +56,6 @@ Device (SIO)
Name (_HID, EisaId ("PNP0303"))
Name (_CID, EisaId ("PNP030B"))
Name (_UID, 0)
- Name (_ADR, 0)
Method (_STA, 0, NotSerialized)
{
@@ -90,7 +88,6 @@ Device (SIO)
{
Name (_HID, EisaId ("PNP0F13"))
Name (_UID, 0)
- Name (_ADR, 0)
Method (_STA, 0, NotSerialized)
{