Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40204 )
Change subject: mb/gigabyte/ga-945gcm-s2l: Remove ACPI generic sleep button SLPB ......................................................................
mb/gigabyte/ga-945gcm-s2l: Remove ACPI generic sleep button SLPB
Currently, Linux detects the ACPI generic sleep button SLPB defined by coreboot.
[ 5.162651] input: Sleep Button as /devices/LNXSYSTM:00/PNP0C0E:00/input/input1 [ 5.163192] ACPI: Sleep Button [SLPB]
But, this is a desktop board, and doesn’t have a sleep button. So, remove that probably copy-pasted ACPI device (intel/d945gclf).
Fixes: be913983 ("mb/gigabyte/ga-945gcm-s2l: add mainboard") Change-Id: I36803d0f437e6556c5bdc82f2fd0ceb0562bc935 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/gigabyte/ga-945gcm-s2l/acpi/mainboard.asl 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/40204/1
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/mainboard.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/mainboard.asl index 1e31c06..4c37212 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/mainboard.asl +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/mainboard.asl @@ -1,14 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */
-Device (SLPB) -{ - Name(_HID, EisaId("PNP0C0E")) - - // Wake - Name(_PRW, Package(){0x1d, 0x04}) -} - Device (PWRB) { Name(_HID, EisaId("PNP0C0C"))