From 19a5ed1f3b4295639f0467823781807f6f03c713 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Sun, 14 Jan 2018 19:33:06 -0800 Subject: mb/google/poppy/variants/nami: Remove iccmax setting from devicetree Change e1a75d4(soc/intel/skylake: Override KBL IccMax settings) provides correct iccmax settings for kbl-u based on the SKU. Thus, there is no need to override these values in devicetree. This change gets rid of iccmax settings in the nami devicetree. Change-Id: Ie7220bae71fcc597fc20c5e98793d4ea7af5650e Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/23265 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/mainboard/google/poppy/variants/nami/devicetree.cb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/poppy/variants/nami/devicetree.cb b/src/mainboard/google/poppy/variants/nami/devicetree.cb index 0ea39fea98..2d0ea75728 100644 --- a/src/mainboard/google/poppy/variants/nami/devicetree.cb +++ b/src/mainboard/google/poppy/variants/nami/devicetree.cb @@ -79,7 +79,6 @@ chip soc/intel/skylake #| Psi4Enable | 1 | 1 | 1 | 1 | #| ImonSlope | 0 | 0 | 0 | 0 | #| ImonOffset | 0 | 0 | 0 | 0 | - #| IccMax | 5A | 24A | 24A | 24A | #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V | #| AcLoadline | 15 | 5.7 | 5.5 | 5.5 | #| DcLoadline | 14.3 | 4.83 | 4.2 | 4.2 | @@ -93,7 +92,6 @@ chip soc/intel/skylake .psi4enable = 1, .imon_slope = 0x0, .imon_offset = 0x0, - .icc_max = VR_CFG_AMP(5), .voltage_limit = 1520, .ac_loadline = 1500, .dc_loadline = 1430, @@ -108,7 +106,6 @@ chip soc/intel/skylake .psi4enable = 1, .imon_slope = 0x0, .imon_offset = 0x0, - .icc_max = VR_CFG_AMP(24), .voltage_limit = 1520, .ac_loadline = 570, .dc_loadline = 483, @@ -123,7 +120,6 @@ chip soc/intel/skylake .psi4enable = 1, .imon_slope = 0x0, .imon_offset = 0x0, - .icc_max = VR_CFG_AMP(24), .voltage_limit = 1520, .ac_loadline = 550, .dc_loadline = 420, @@ -138,7 +134,6 @@ chip soc/intel/skylake .psi4enable = 1, .imon_slope = 0x0, .imon_offset = 0x0, - .icc_max = VR_CFG_AMP(24), .voltage_limit = 1520, .ac_loadline = 550, .dc_loadline = 420, -- cgit v1.2.3