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:
committed by
Jeremy Soller
parent
8bd1ee6bd4
commit
0bf0c25af4
@@ -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