Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30720
Change subject: mb/google/sarien: Remove power button ACPI device ......................................................................
mb/google/sarien: Remove power button ACPI device
These platforms use the standard fixed function power button and do not need a second power button device declared or the kernel will end up with two devices reporting the same event.
Change-Id: I6fe2b201a6a6f6307a0c4bd6a61f56cfcdd88bf4 Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/mainboard/google/sarien/dsdt.asl 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/30720/1
diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl index 7f46e4f..e5e48bb 100644 --- a/src/mainboard/google/sarien/dsdt.asl +++ b/src/mainboard/google/sarien/dsdt.asl @@ -35,10 +35,6 @@ #include <cpu/intel/common/acpi/cpu.asl>
Scope (_SB) { - Device (PWRB) - { - Name (_HID, EisaId ("PNP0C0C")) - } Device (PCI0) { #include <soc/intel/cannonlake/acpi/northbridge.asl>