soc/intel/skylake: Drop duplicate PmConfigPciClockRun configuration
coreboot already unconditionally enables CLKRUN_EN in SoC common code. Tested on an out-of-tree Acer Aspire VN7-572G, PCCTL[CLKRUN_EN] of LPC is still enabled. Change-Id: I65e85015bdd0f766ca8021a3d4c0b0d799f0ccc5 Signed-off-by: Benjamin Doron <benjamin.doron00@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48325 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Nico Huber
parent
a04400d1aa
commit
ac857ca3b1
@@ -338,7 +338,6 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd)
|
||||
params->PchPmSlpS4MinAssert = config->PmConfigSlpS4MinAssert;
|
||||
params->PchPmSlpSusMinAssert = config->PmConfigSlpSusMinAssert;
|
||||
params->PchPmSlpAMinAssert = config->PmConfigSlpAMinAssert;
|
||||
params->PchPmLpcClockRun = config->PmConfigPciClockRun;
|
||||
params->PchPmSlpStrchSusUp = config->PmConfigSlpStrchSusUp;
|
||||
params->PchPmPwrBtnOverridePeriod =
|
||||
config->PmConfigPwrBtnOverridePeriod;
|
||||
|
Reference in New Issue
Block a user