summaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk886ex/acpi/ec.asl
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-16 10:39:06 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-12-03 21:02:50 +0100
commit24813c1490b016a10d91acbb9cc26c5b030f7314 (patch)
tree521261a36080555757335c196bdf8b1d40983430 /src/mainboard/roda/rk886ex/acpi/ec.asl
parent4aad743434516d6c96f1afe21dd00b631e2c3692 (diff)
i945: Consolidate acpi/platform.asl
Change-Id: Iccb2dda8a427e483c04693e46b00e0bc2452a26b Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7086 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/roda/rk886ex/acpi/ec.asl')
-rw-r--r--src/mainboard/roda/rk886ex/acpi/ec.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/roda/rk886ex/acpi/ec.asl b/src/mainboard/roda/rk886ex/acpi/ec.asl
index fc0ae547e2..d174e986be 100644
--- a/src/mainboard/roda/rk886ex/acpi/ec.asl
+++ b/src/mainboard/roda/rk886ex/acpi/ec.asl
@@ -107,6 +107,9 @@ Device(EC0)
Store("_Q30: AC In/Out", Debug)
Notify(ADP1, 0x80) // Tell the Power Adapter
PNOT() // and the CPU and Battery
+ // Notify the Batteries
+ Notify(BAT1, 0x80) // Execute BAT1 _BST
+ Notify(BAT2, 0x80) // Execute BAT2 _BST
}
Method (_Q31, 0)