aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/acpi/dptf/charger.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/acpi/dptf/charger.asl b/src/soc/intel/common/acpi/dptf/charger.asl
index 3abb08259c..175338390d 100644
--- a/src/soc/intel/common/acpi/dptf/charger.asl
+++ b/src/soc/intel/common/acpi/dptf/charger.asl
@@ -10,7 +10,7 @@ Device (TCHG)
Method (_STA)
{
- If (\DPTE == One) {
+ If (\DPTE == 1) {
Return (0xF)
} Else {
Return (0x0)