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>
This commit is contained in:
Michael Niewöhner
2020-11-05 15:30:21 +01:00
committed by Jeremy Soller
parent 8bd1ee6bd4
commit 0bf0c25af4

View File

@@ -14,8 +14,6 @@ External(\_SB.PCI0.LPCB.EC0.S0IX, MethodObj)
External(\_SB.PCI0.EGPM, MethodObj)
External(\_SB.PCI0.RGPM, MethodObj)
Scope(\_SB)
{
Device(LPID)
{
Name(_ADR, 0x00000000)
@@ -100,4 +98,3 @@ Scope(\_SB)
Return(Buffer(One) {0x00})
} // Method(_DSM)
} // Device (LPID)
} // End Scope(\_SB)