[coreboot-gerrit] Change in coreboot[master]: mb/goggle/poppy: Disable charging at high temperature

Sumeet R Pawnikar (Code Review) gerrit at coreboot.org
Tue May 16 10:22:15 CEST 2017


Sumeet R Pawnikar has uploaded a new change for review. ( https://review.coreboot.org/19709 )

Change subject: mb/goggle/poppy: Disable charging at high temperature
......................................................................

mb/goggle/poppy: Disable charging at high temperature

When the temperature of charger sensor is above the threshold,
DPTF starts throttling down the charging current in a step-wise
manner. If the temperature still stays high, it should disable
the charging. This patch adds the disable charging functionality.

Change-Id: Ibb390fabdd3a3b14ee76355590da7c3651989117
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar at intel.com>
---
M src/mainboard/google/poppy/variants/baseboard/include/baseboard/acpi/dptf.asl
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/19709/1

diff --git a/src/mainboard/google/poppy/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/poppy/variants/baseboard/include/baseboard/acpi/dptf.asl
index cbe4b7a..20445af 100644
--- a/src/mainboard/google/poppy/variants/baseboard/include/baseboard/acpi/dptf.asl
+++ b/src/mainboard/google/poppy/variants/baseboard/include/baseboard/acpi/dptf.asl
@@ -45,6 +45,7 @@
 	Package () { 0, 0, 0, 0, 24, 0x600, "mA", 0 },	/* 1.5A */
 	Package () { 0, 0, 0, 0, 16, 0x400, "mA", 0 },	/* 1.0A */
 	Package () { 0, 0, 0, 0, 8, 0x200, "mA", 0 },	/* 0.5A */
+	Package () { 0, 0, 0, 0, 0, 0x000, "mA", 0 },	/* 0A */
 })
 
 Name (DTRT, Package () {

-- 
To view, visit https://review.coreboot.org/19709
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb390fabdd3a3b14ee76355590da7c3651989117
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Sumeet R Pawnikar <sumeet.r.pawnikar at intel.com>



More information about the coreboot-gerrit mailing list