mb/roda/rk9/acpi/superio.asl: Fix copy-paste error on "COMB"

Error spotted using IASL 20190215:
"Object is created temporarily in another method
and cannot be accessed"

Change-Id: I7da9dcd68f5eec6383de7370bc8ab35f96a90c06
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31526
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS 2019-02-20 18:15:03 +01:00 committed by Patrick Georgi
parent 2f7d0543ff
commit c55934db61

View file

@ -280,11 +280,11 @@ Device (SIO1)
}
CreateWordField(RSRC,
\_SB.PCI0.LPCB.SIO1.COMA._CRS._IOA._MIN, IOMN)
\_SB.PCI0.LPCB.SIO1.COMB._CRS._IOB._MIN, IOMN)
CreateWordField(RSRC,
\_SB.PCI0.LPCB.SIO1.COMA._CRS._IOA._MAX, IOMX)
\_SB.PCI0.LPCB.SIO1.COMB._CRS._IOB._MAX, IOMX)
CreateWordField(RSRC,
\_SB.PCI0.LPCB.SIO1.COMA._CRS._IRA._INT, IRQ)
\_SB.PCI0.LPCB.SIO1.COMB._CRS._IRB._INT, IRQ)
/* I/O Base */
Store (READ(0, 0x25, 0xfe), Local0)