summaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2018-06-28 22:02:24 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:31:26 +0000
commit118fb60b3a67d43aa71fc5cffb9b424d118866d9 (patch)
tree9bb22bec8eef3754fbc415e441de1007c41bec37 /src/ec
parent85c34750cf4d70ac0b6277950cb428185c962af7 (diff)
downloadcoreboot-118fb60b3a67d43aa71fc5cffb9b424d118866d9.tar.xz
ec/google/chromeec: Remove notify for power button
None of the mainboards using Chrome EC set SCI mask for power button. Thus, the EC will never generate SCI for power button events. This change removes the Notify call for power button as part of clean up for getting rid of the power button device in coreboot. BUG=b:110913245 Change-Id: I86c72fd82f1a0e6d5693ebbcd58e2aea808f8817 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/27271 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/google/chromeec/acpi/ec.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl
index 6589ccf1a8..94917dd62f 100644
--- a/src/ec/google/chromeec/acpi/ec.asl
+++ b/src/ec/google/chromeec/acpi/ec.asl
@@ -223,7 +223,6 @@ Device (EC0)
Method (_Q03, 0, NotSerialized)
{
Store ("EC: POWER BUTTON", Debug)
- Notify (\_SB.PWRB, 0x80)
}
// AC Connected