Wisley Chen has uploaded this change for review. ( https://review.coreboot.org/20473
Change subject: mainboard/google/snappy: Update DPTF setting ......................................................................
mainboard/google/snappy: Update DPTF setting
Change PL1 Min to 4.5W
BUG=b:35585781 BRANCH=reef TEST=build, boot on snappy, and verified by thermal team.
Change-Id: Ia55c5a57e1475fb605929cf33322728bd36295d4 Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/reef/variants/snappy/include/variant/acpi/dptf.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/20473/1
diff --git a/src/mainboard/google/reef/variants/snappy/include/variant/acpi/dptf.asl b/src/mainboard/google/reef/variants/snappy/include/variant/acpi/dptf.asl index 783d749..b24b27b 100644 --- a/src/mainboard/google/reef/variants/snappy/include/variant/acpi/dptf.asl +++ b/src/mainboard/google/reef/variants/snappy/include/variant/acpi/dptf.asl @@ -70,7 +70,7 @@ 0x2, /* Revision */ Package () { /* Power Limit 1 */ 0, /* PowerLimitIndex, 0 for Power Limit 1 */ - 4000, /* PowerLimitMinimum */ + 4500, /* PowerLimitMinimum */ 12000, /* PowerLimitMaximum */ 1000, /* TimeWindowMinimum */ 1000, /* TimeWindowMaximum */