diff options
author | Wisley Chen <wisley.chen@quantatw.com> | 2017-07-06 13:41:58 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-12 17:39:41 +0000 |
commit | 9cd59312f8b57acfdfc9f5b2aae9d7b2ac54e9bc (patch) | |
tree | de03544a5a215ba24463090987b8698a91746f4b /src/mainboard/google | |
parent | 42315688b582d26c6bd5a9e80b0f848959955ed6 (diff) |
mainboard/google/snappy: Increase PL1 Min to 4.5W
Increase 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>
Reviewed-on: https://review.coreboot.org/20473
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/reef/variants/snappy/include/variant/acpi/dptf.asl | 2 |
1 files changed, 1 insertions, 1 deletions
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 783d749f41..b24b27bcb3 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 @@ Name (MPPC, Package () 0x2, /* Revision */ Package () { /* Power Limit 1 */ 0, /* PowerLimitIndex, 0 for Power Limit 1 */ - 4000, /* PowerLimitMinimum */ + 4500, /* PowerLimitMinimum */ 12000, /* PowerLimitMaximum */ 1000, /* TimeWindowMinimum */ 1000, /* TimeWindowMaximum */ |