From d624e3997a356af2fc5e74b6f646576de25b81ff Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 23 Oct 2019 15:26:01 +0200 Subject: (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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36262 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks --- src/ec/google/wilco/acpi/superio.asl | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ec/google/wilco') 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) { -- cgit v1.2.3