aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/acpi/ec.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/chromeec/acpi/ec.asl')
-rw-r--r--src/ec/google/chromeec/acpi/ec.asl6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl
index bf792d3629..fa5eca6321 100644
--- a/src/ec/google/chromeec/acpi/ec.asl
+++ b/src/ec/google/chromeec/acpi/ec.asl
@@ -344,7 +344,7 @@ Device (EC0)
Method (_Q16, 0, NotSerialized)
{
Store ("EC: GOT PD EVENT", Debug)
- Notify (ECPD, 0x80)
+ Notify (\_SB.PCI0.LPCB.EC0.CREC.ECPD, 0x80)
}
#endif
@@ -558,10 +558,6 @@ Device (EC0)
#include "keyboard_backlight.asl"
#endif
-#ifdef EC_ENABLE_PD_MCU_DEVICE
- #include "pd.asl"
-#endif
-
#ifdef EC_ENABLE_TBMC_DEVICE
#include "tbmc.asl"
#endif