diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-24 11:57:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-25 10:07:49 +0000 |
commit | 9be81b8d4b911a064e023cafb17490f101da6cd4 (patch) | |
tree | 1ca9a1995ce81ab5d38b8258b51bb176b3da4d53 /src/soc/intel/cannonlake/acpi | |
parent | 4d99cdeaf90561413e37d6b7efc3ce75321f31fc (diff) | |
download | coreboot-9be81b8d4b911a064e023cafb17490f101da6cd4.tar.xz |
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/cannonlake/acpi')
-rw-r--r-- | src/soc/intel/cannonlake/acpi/northbridge.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/acpi/northbridge.asl b/src/soc/intel/cannonlake/acpi/northbridge.asl index 7fb4c09179..22ddad7fbb 100644 --- a/src/soc/intel/cannonlake/acpi/northbridge.asl +++ b/src/soc/intel/cannonlake/acpi/northbridge.asl @@ -23,7 +23,6 @@ Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID Name (_SEG, Zero) // _SEG: PCI Segment -Name (_ADR, Zero) // _ADR: Address Name (_UID, Zero) // _UID: Unique ID Device (MCHC) |