aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/51nb/x210
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/51nb/x210')
-rw-r--r--src/mainboard/51nb/x210/devicetree.cb7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mainboard/51nb/x210/devicetree.cb b/src/mainboard/51nb/x210/devicetree.cb
index e453aa432f..b610904a9e 100644
--- a/src/mainboard/51nb/x210/devicetree.cb
+++ b/src/mainboard/51nb/x210/devicetree.cb
@@ -118,10 +118,11 @@ chip soc/intel/skylake
register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Port (left)
# PL1 override 25W
- register "tdp_pl1_override" = "25"
-
# PL2 override 44W
- register "tdp_pl2_override" = "44"
+ register "power_limits_config" = "{
+ .tdp_pl1_override = 25,
+ .tdp_pl2_override = 44,
+ }"
# Send an extra VR mailbox command for the PS4 exit issue
register "SendVrMbxCmd" = "2"