summaryrefslogtreecommitdiffstats
path: root/src/ec/quanta/ene_kb3940q/acpi/ec.asl
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-12-26 08:17:06 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-27 09:03:34 +0000
commitca4b587f95c0f1ed64e187511781abdfd4c7ebfb (patch)
treebc5c5a324c65b107fd6d992167168b0383a63503 /src/ec/quanta/ene_kb3940q/acpi/ec.asl
parentb4767ce169b202af2a9091275e30881172810fc6 (diff)
downloadcoreboot-ca4b587f95c0f1ed64e187511781abdfd4c7ebfb.tar.gz
coreboot-ca4b587f95c0f1ed64e187511781abdfd4c7ebfb.tar.bz2
coreboot-ca4b587f95c0f1ed64e187511781abdfd4c7ebfb.zip
{superio,ec}/acpi: Replace constant "One" with actual number
Change-Id: I5c77b6d1e1dc1134f62dcb3e93df01dc9c2f386c Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71520 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/quanta/ene_kb3940q/acpi/ec.asl')
-rw-r--r--src/ec/quanta/ene_kb3940q/acpi/ec.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/quanta/ene_kb3940q/acpi/ec.asl b/src/ec/quanta/ene_kb3940q/acpi/ec.asl
index f60238b9500a..cc12a2a295f6 100644
--- a/src/ec/quanta/ene_kb3940q/acpi/ec.asl
+++ b/src/ec/quanta/ene_kb3940q/acpi/ec.asl
@@ -205,7 +205,7 @@ Device (EC0)
Method (_Q10, 0, NotSerialized)
{
Printf ("AC Insertion Event 0x10")
- \PWRS = One
+ \PWRS = 1
Notify (AC, 0x80)
Notify (BATX, 0x80)
\PNOT ()