aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk886ex
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-20 19:26:37 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-02-21 19:04:02 +0000
commit16d05daffa827f4e6ec26e34aaf20caae6600cc9 (patch)
tree5f79321f2d43b4255bb24e8b53afef5d314c0501 /src/mainboard/roda/rk886ex
parentc55934db61e9d6e31b0f6388a02178a2bebcb9f6 (diff)
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>
Diffstat (limited to 'src/mainboard/roda/rk886ex')
-rw-r--r--src/mainboard/roda/rk886ex/acpi/superio.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/roda/rk886ex/acpi/superio.asl b/src/mainboard/roda/rk886ex/acpi/superio.asl
index e2faccc703..d1776096f1 100644
--- a/src/mainboard/roda/rk886ex/acpi/superio.asl
+++ b/src/mainboard/roda/rk886ex/acpi/superio.asl
@@ -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)