soc/intel/common/acpi: drop the southridge scope around PEPD
PEPD will get included directly in the southbridge. Thus, drop the scope around it. Change-Id: Icb7a40e476966a7aca36bee055ee71d181508b87 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47246 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Nico Huber
parent
fd9a8b679b
commit
e9f6122855
@@ -14,10 +14,8 @@ External(\_SB.PCI0.LPCB.EC0.S0IX, MethodObj)
|
|||||||
External(\_SB.PCI0.EGPM, MethodObj)
|
External(\_SB.PCI0.EGPM, MethodObj)
|
||||||
External(\_SB.PCI0.RGPM, MethodObj)
|
External(\_SB.PCI0.RGPM, MethodObj)
|
||||||
|
|
||||||
Scope(\_SB)
|
Device(LPID)
|
||||||
{
|
{
|
||||||
Device(LPID)
|
|
||||||
{
|
|
||||||
Name(_ADR, 0x00000000)
|
Name(_ADR, 0x00000000)
|
||||||
Name(_CID, EISAID("PNP0D80"))
|
Name(_CID, EISAID("PNP0D80"))
|
||||||
Name(UUID, ToUUID("c4eb40a0-6cd2-11e2-bcfd-0800200c9a66"))
|
Name(UUID, ToUUID("c4eb40a0-6cd2-11e2-bcfd-0800200c9a66"))
|
||||||
@@ -99,5 +97,4 @@ Scope(\_SB)
|
|||||||
|
|
||||||
Return(Buffer(One) {0x00})
|
Return(Buffer(One) {0x00})
|
||||||
} // Method(_DSM)
|
} // Method(_DSM)
|
||||||
} // Device (LPID)
|
} // Device (LPID)
|
||||||
} // End Scope(\_SB)
|
|
||||||
|
Reference in New Issue
Block a user