aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/acpi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-24 11:57:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-25 10:07:49 +0000
commit9be81b8d4b911a064e023cafb17490f101da6cd4 (patch)
tree1ca9a1995ce81ab5d38b8258b51bb176b3da4d53 /src/soc/intel/broadwell/acpi
parent4d99cdeaf90561413e37d6b7efc3ce75321f31fc (diff)
soc/intel: 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." Change-Id: I09fce1298794f30c1db699438204ac32ee9cb27d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36296 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/acpi')
-rw-r--r--src/soc/intel/broadwell/acpi/systemagent.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/acpi/systemagent.asl b/src/soc/intel/broadwell/acpi/systemagent.asl
index c45d48d202..18bf914cf7 100644
--- a/src/soc/intel/broadwell/acpi/systemagent.asl
+++ b/src/soc/intel/broadwell/acpi/systemagent.asl
@@ -19,7 +19,6 @@
Name (_HID, EISAID ("PNP0A08")) // PCIe
Name (_CID, EISAID ("PNP0A03")) // PCI
-Name (_ADR, 0)
Name (_BBN, 0)
Device (MCHC)