From 596cb6cde6ce914eb288e4494cb6d276c63088b0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 1 Jan 2020 20:19:50 +0100 Subject: nb/agesa/family14: Don't use _HID and _ADR A device object must contain either a _HID object or an _ADR object, but should not contain both. Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38014 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Frans Hendriks --- src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/northbridge/amd/agesa/family14/acpi') diff --git a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl index fb33772c1e..add58ff2e5 100644 --- a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl +++ b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl @@ -56,7 +56,6 @@ Field (TCTL, ByteAcc, NoLock, Preserve) { } ThermalZone (TZ00) { - Name (_HID, EisaId ("PNP0C11")) Name (_STR, Unicode ("AMD CPU Core Thermal Sensor")) Method (_STA) { -- cgit v1.2.3