From 118fb60b3a67d43aa71fc5cffb9b424d118866d9 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 28 Jun 2018 22:02:24 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/27271 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/ec/google/chromeec/acpi/ec.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ec') 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 -- cgit v1.2.3