[coreboot-gerrit] New patch to review for coreboot: ec/google/chromeec/acpi: Set Charger current limit

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Thu Jan 28 03:12:38 CET 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13494

-gerrit

commit 5a445978dc0a501de9b362ba2c8b85dd19b1af8e
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Wed Jan 27 18:26:29 2016 -0800

    ec/google/chromeec/acpi: Set Charger current limit
    
    Call the method that sets the charger current limit
    
    Change-Id: I9608404412aea6448bc2847ec3bf369fd8aedb2a
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
 src/ec/google/chromeec/acpi/ec.asl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl
index bcb26bf..68d5106 100644
--- a/src/ec/google/chromeec/acpi/ec.asl
+++ b/src/ec/google/chromeec/acpi/ec.asl
@@ -171,6 +171,7 @@ Device (EC0)
 		Store (ACEX, \PWRS)
 		Notify (AC, 0x80)
 		If (CondRefOf (\_SB.DPTF.TCHG)) {
+			\_SB.DPTF.TCHG.SPPC (\_SB.DPTF.TCHG.PPPC ())
 			Notify (\_SB.DPTF.TCHG, 0x80)
 		}
 		\PNOT ()



More information about the coreboot-gerrit mailing list