mb/roda/rk886ex/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: I139c5c7b33671e7ed0c04c06fb290e001e57a687 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31528 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
c55934db61
commit
16d05daffa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue