soc/intel/common/acpi: add _HID to PEPD
Add the _HID INT33A1 to PEPD to make Linux recognize it as "Intel Power Engine" in the pmc core driver. The _ADR gets dropped, because _HID and _ADR are mutually exclusive. Change-Id: I7a0335681f1601f7fd8a9245a3dea72ffd100b55 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46469 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
71b3edd779
commit
e593747f06
|
@ -16,7 +16,7 @@ External(\_SB.PCI0.RGPM, MethodObj)
|
|||
|
||||
Device(PEPD)
|
||||
{
|
||||
Name(_ADR, 0x00000000)
|
||||
Name(_HID, "INT33A1") /* Intel Power Engine */
|
||||
Name(_CID, EISAID("PNP0D80"))
|
||||
Method(_DSM, 4)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue