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 <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/23265 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
66dbb0c5d6
commit
19a5ed1f3b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue