summaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2016-12-09 11:42:05 +0800
committerMartin Roth <martinroth@google.com>2016-12-12 17:51:36 +0100
commita0f6f9bdbc609e60b64a9d1551006c4cffedc977 (patch)
tree6247a358836420390a0b45e44b5987bfae632a30 /src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
parent8d49d52ae930de51633c6533f61a710235399dad (diff)
downloadcoreboot-a0f6f9bdbc609e60b64a9d1551006c4cffedc977.tar.xz
google/pyro: Set PL2 override to 15000mW
This patch sets PL2 override value to 15W in RAPL registers and sets DPTF PL2 Max to 15W BUG=none BRANCH=reef TEST=emerge-pyro coreboot Change-Id: Ibadf0fa442f556d018c249b1cf88e29c4d57c97f Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/17779 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl')
-rw-r--r--src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl b/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
index 7e2f31cdee..f14999c11c 100644
--- a/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
@@ -81,7 +81,7 @@ Name (MPPC, Package ()
Package () { /* Power Limit 2 */
1, /* PowerLimitIndex, 1 for Power Limit 2 */
6000, /* PowerLimitMinimum */
- 8000, /* PowerLimitMaximum */
+ 15000, /* PowerLimitMaximum */
1000, /* TimeWindowMinimum */
1000, /* TimeWindowMaximum */
1000 /* StepSize */