summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@puri.sm>2019-01-14 03:08:31 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-03-17 08:20:29 +0000
commit2d977b2dcbe83b2518c172de52014fe781135bd2 (patch)
tree99302761069f76111b4ce38b4beb355d16d94dd8 /src
parent2190a632e0942455f572bb408077670e3280c4e5 (diff)
downloadcoreboot-2d977b2dcbe83b2518c172de52014fe781135bd2.tar.gz
coreboot-2d977b2dcbe83b2518c172de52014fe781135bd2.tar.bz2
coreboot-2d977b2dcbe83b2518c172de52014fe781135bd2.zip
mb/purism: remove duplicate ACPI power button
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. Same change was applied to all google mainboards in CB:27272 which contains more detail. Change-Id: I17c85e43493530d04f4fa13f33bec6d027cb3147 Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39577 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/purism/librem_bdw/acpi/mainboard.asl12
-rw-r--r--src/mainboard/purism/librem_skl/acpi/mainboard.asl12
2 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/purism/librem_bdw/acpi/mainboard.asl b/src/mainboard/purism/librem_bdw/acpi/mainboard.asl
index f0b2c1d04675..0e4842d1d837 100644
--- a/src/mainboard/purism/librem_bdw/acpi/mainboard.asl
+++ b/src/mainboard/purism/librem_bdw/acpi/mainboard.asl
@@ -30,18 +30,6 @@ Scope (\_SB)
}
}
- Device (PWRB)
- {
- Name (_HID, EisaId ("PNP0C0C"))
-
- Method (_STA)
- {
- Return (0xF)
- }
-
- Name (_PRW, Package () { 27, 4 })
- }
-
Device (SLPB)
{
Name (_HID, EisaId ("PNP0C0E"))
diff --git a/src/mainboard/purism/librem_skl/acpi/mainboard.asl b/src/mainboard/purism/librem_skl/acpi/mainboard.asl
index f0b2c1d04675..0e4842d1d837 100644
--- a/src/mainboard/purism/librem_skl/acpi/mainboard.asl
+++ b/src/mainboard/purism/librem_skl/acpi/mainboard.asl
@@ -30,18 +30,6 @@ Scope (\_SB)
}
}
- Device (PWRB)
- {
- Name (_HID, EisaId ("PNP0C0C"))
-
- Method (_STA)
- {
- Return (0xF)
- }
-
- Name (_PRW, Package () { 27, 4 })
- }
-
Device (SLPB)
{
Name (_HID, EisaId ("PNP0C0E"))