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>
This commit is contained in:
parent
3de43e9541
commit
596cb6cde6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue