diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-20 18:15:03 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-21 19:03:55 +0000 |
commit | c55934db61e9d6e31b0f6388a02178a2bebcb9f6 (patch) | |
tree | ba17505c4cf0a8daa2b0535be63d88152709ba71 /src/mainboard/roda | |
parent | 2f7d0543fff05e9934425d70622523a35c8f2189 (diff) |
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>
Diffstat (limited to 'src/mainboard/roda')
-rw-r--r-- | src/mainboard/roda/rk9/acpi/superio.asl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/roda/rk9/acpi/superio.asl b/src/mainboard/roda/rk9/acpi/superio.asl index e2faccc703..d1776096f1 100644 --- a/src/mainboard/roda/rk9/acpi/superio.asl +++ b/src/mainboard/roda/rk9/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) |