diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-01 20:19:50 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-07 16:20:11 +0000 |
commit | 596cb6cde6ce914eb288e4494cb6d276c63088b0 (patch) | |
tree | 8556863abe48d5cd371d6d36a46c2eaf333cd0d8 /src/northbridge/amd | |
parent | 3de43e95410a0c1fb26c5bfff770b20eaec1f9ac (diff) |
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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38014
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |