summaryrefslogtreecommitdiffstats
path: root/src/mainboard/portwell/m107
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2022-03-31 09:22:48 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-04-04 13:55:15 +0000
commitda7a22f49e5c62ec1ce0d1161bfc439c149be4ea (patch)
treea27ae9df140ce4398f438006434a19d202f2638a /src/mainboard/portwell/m107
parent9a8d0a03dbccf95554153cd06eee6270518174f6 (diff)
downloadcoreboot-da7a22f49e5c62ec1ce0d1161bfc439c149be4ea.tar.gz
coreboot-da7a22f49e5c62ec1ce0d1161bfc439c149be4ea.tar.bz2
coreboot-da7a22f49e5c62ec1ce0d1161bfc439c149be4ea.zip
src/mb/portwell/m107/acpi/superio.asl: Remove _PRS
IASL reports warning on missing _SRS. Device has fixed configuration which is always enabled. Remove _PRS for this fixed configuration. BUG=N/A TEST=build portwell m107 Change-Id: Idbc0a67136326c9231c168bfd8fadd2539da6745 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63248 Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/portwell/m107')
-rw-r--r--src/mainboard/portwell/m107/acpi/superio.asl10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/portwell/m107/acpi/superio.asl b/src/mainboard/portwell/m107/acpi/superio.asl
index fbb1c1864eb7..0cb2d98f7a6b 100644
--- a/src/mainboard/portwell/m107/acpi/superio.asl
+++ b/src/mainboard/portwell/m107/acpi/superio.asl
@@ -15,14 +15,4 @@ Device (COM1) {
FixedIO (0x6E, 0x02)
IRQNoFlags () {4}
})
-
- Name (_PRS, ResourceTemplate ()
- {
- StartDependentFn (0, 0) {
- FixedIO (0x03F8, 0x08)
- FixedIO (0x6E, 0x02)
- IRQNoFlags () {4}
- }
- EndDependentFn ()
- })
}