From 9be81b8d4b911a064e023cafb17490f101da6cd4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 24 Oct 2019 11:57:18 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36296 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/intel/icelake/acpi/northbridge.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/icelake/acpi') diff --git a/src/soc/intel/icelake/acpi/northbridge.asl b/src/soc/intel/icelake/acpi/northbridge.asl index efd0f9ab8c..e99e7edf1f 100644 --- a/src/soc/intel/icelake/acpi/northbridge.asl +++ b/src/soc/intel/icelake/acpi/northbridge.asl @@ -22,7 +22,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) -- cgit v1.2.3