mb/portwell/m107/acpi/superio.asl: Correct indent
Remove the additional tabs on all lines. BUG=N/A TEST=build Change-Id: I02b1314fe2ae89da3659b198c12df9c30c8a039d Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37611 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
This commit is contained in:
parent
c1c5354e45
commit
106abb82fe
1 changed files with 20 additions and 21 deletions
|
@ -15,30 +15,29 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Device (COM1) {
|
||||||
|
Name (_HID, EISAID ("PNP0501"))
|
||||||
|
Name (_UID, 1)
|
||||||
|
|
||||||
Device (COM1) {
|
Method (_STA, 0, NotSerialized)
|
||||||
Name (_HID, EISAID ("PNP0501"))
|
{
|
||||||
Name (_UID, 1)
|
Return (0x0F)
|
||||||
|
}
|
||||||
|
|
||||||
Method (_STA, 0, NotSerialized)
|
Name (_CRS, ResourceTemplate ()
|
||||||
{
|
{
|
||||||
Return (0x0F)
|
FixedIO (0x03F8, 0x08)
|
||||||
}
|
FixedIO (0x6E, 0x02)
|
||||||
|
IRQNoFlags () {4}
|
||||||
|
})
|
||||||
|
|
||||||
Name (_CRS, ResourceTemplate ()
|
Name (_PRS, ResourceTemplate ()
|
||||||
{
|
{
|
||||||
|
StartDependentFn (0, 0) {
|
||||||
FixedIO (0x03F8, 0x08)
|
FixedIO (0x03F8, 0x08)
|
||||||
FixedIO (0x6E, 0x02)
|
FixedIO (0x6E, 0x02)
|
||||||
IRQNoFlags () {4}
|
IRQNoFlags () {4}
|
||||||
})
|
}
|
||||||
|
EndDependentFn ()
|
||||||
Name (_PRS, ResourceTemplate ()
|
})
|
||||||
{
|
}
|
||||||
StartDependentFn (0, 0) {
|
|
||||||
FixedIO (0x03F8, 0x08)
|
|
||||||
FixedIO (0x6E, 0x02)
|
|
||||||
IRQNoFlags () {4}
|
|
||||||
}
|
|
||||||
EndDependentFn ()
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue