w83627hf: drop Scope(\_SB) from ASL include
Drop explicit Scope(\_SB) from devtree.asl as it forces the SuperIO to appear as child of the root device. devtree.asl then needs to be included at a reasonable position inside the \_SB device tree. Change-Id: I72a57eddc5ec5f9763fdf789094a7be042758256 Signed-off-by: Christoph Grenz <christophg+cb@grenz-bonn.de> Reviewed-on: http://review.coreboot.org/298 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
4ffbe2dbe7
commit
e3e641ca37
|
@ -18,8 +18,8 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* include this file into a mainboard's DSDT and it will expose the W83627HF
|
||||
* SuperIO and its functionality in the _SB device tree.
|
||||
* include this file into a mainboard's DSDT _SB device tree and it will expose the
|
||||
* W83627HF SuperIO and its functionality.
|
||||
*
|
||||
* Devices are marked as nonexistant if they got 0x00000000 as I/O base address
|
||||
* (compatibility with legacy bios, which disables logical devices that way)
|
||||
|
@ -56,10 +56,7 @@
|
|||
* http://www.itox.com/pages/support/wdt/W83627HF.pdf
|
||||
*/
|
||||
|
||||
Scope (\_SB)
|
||||
{
|
||||
|
||||
Device(SIO) {
|
||||
Device(SIO) {
|
||||
Name (_HID, EisaId("PNP0A05"))
|
||||
Name (_STR, Unicode("Winbond W83627HF SuperIO"))
|
||||
Name (_UID, "w83627hf")
|
||||
|
@ -1520,5 +1517,4 @@ Scope (\_SB)
|
|||
EXCM ()
|
||||
Return (Local0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue