summaryrefslogtreecommitdiffstats
path: root/src/mainboard/facebook/monolith/devicetree.cb
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2020-03-24 16:19:38 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-26 13:07:39 +0000
commit8bf921c32fdf2bef31dafcef6374f7e9d6a819d1 (patch)
tree5289f0a725b5916f6f0a9db3ac302d75f56c570f /src/mainboard/facebook/monolith/devicetree.cb
parent69e1714dd226b68561b0b03bec3f645c4af48530 (diff)
downloadcoreboot-8bf921c32fdf2bef31dafcef6374f7e9d6a819d1.tar.gz
coreboot-8bf921c32fdf2bef31dafcef6374f7e9d6a819d1.tar.bz2
coreboot-8bf921c32fdf2bef31dafcef6374f7e9d6a819d1.zip
mb/facebook/monolith: Update GT-Sliced icc_max
Update the icc_max for the GT-Sliced VR domain according to the hardware design. BUG=N/A TEST=build Change-Id: Ib9f7d77d144a282214e6bda8a4e836873c395487 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39804 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook/monolith/devicetree.cb')
-rw-r--r--src/mainboard/facebook/monolith/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/facebook/monolith/devicetree.cb b/src/mainboard/facebook/monolith/devicetree.cb
index e65fe3cfc221..45829aac1ff6 100644
--- a/src/mainboard/facebook/monolith/devicetree.cb
+++ b/src/mainboard/facebook/monolith/devicetree.cb
@@ -95,7 +95,7 @@ chip soc/intel/skylake
#| Psi4Enable | 1 | 1 | 1 | 1 |
#| ImonSlope | 0 | 0 | 0 | 0 |
#| ImonOffset | 0 | 0 | 0 | 0 |
- #| IccMax | 5.1A | 32A | 35A | 35A |
+ #| IccMax | 5.1A | 32A | 35A | 31A |
#| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
#+----------------+-------+-------+-------+-------+
register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
@@ -146,7 +146,7 @@ chip soc/intel/skylake
.psi4enable = 1, \
.imon_slope = 0, \
.imon_offset = 0, \
- .icc_max = VR_CFG_AMP(35), \
+ .icc_max = VR_CFG_AMP(31), \
.voltage_limit = 1520 \
}"