From da7a22f49e5c62ec1ce0d1161bfc439c149be4ea Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Thu, 31 Mar 2022 09:22:48 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63248 Reviewed-by: Erik van den Bogaert Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/portwell/m107/acpi/superio.asl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mainboard/portwell/m107/acpi/superio.asl') diff --git a/src/mainboard/portwell/m107/acpi/superio.asl b/src/mainboard/portwell/m107/acpi/superio.asl index fbb1c1864e..0cb2d98f7a 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 () - }) } -- cgit v1.2.3