Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
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 --- M src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Frans Hendriks: Looks good to me, approved
diff --git a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl index fb33772..add58ff 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 @@ }
ThermalZone (TZ00) { - Name (_HID, EisaId ("PNP0C11")) Name (_STR, Unicode ("AMD CPU Core Thermal Sensor"))
Method (_STA) {