From 4d99cdeaf90561413e37d6b7efc3ce75321f31fc Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 24 Oct 2019 11:55:37 +0200 Subject: src/mainboard: 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: I50cafce0aaf465ee95562ccff6c8f63fb22096c0 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36294 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/msi/ms9652_fam10/dsdt.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/msi') diff --git a/src/mainboard/msi/ms9652_fam10/dsdt.asl b/src/mainboard/msi/ms9652_fam10/dsdt.asl index f555c4d1ff..2115f4cc44 100644 --- a/src/mainboard/msi/ms9652_fam10/dsdt.asl +++ b/src/mainboard/msi/ms9652_fam10/dsdt.asl @@ -36,7 +36,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, OEM_ID, ACPI_TABLE_CREATOR, 1) Device (PCI0) { Name (_HID, EisaId ("PNP0A03")) - Name (_ADR, 0x00) Name (_UID, 0x00) Name (_BBN, 0x00) -- cgit v1.2.3