soc/intel/cannonlake: Define default LPSS clock
Default LPSS clock need to be defined for SOC. TEST=Turn on COMMON_I2C_DEBUG, add I2C clock entry and check I2C programing properly during coreboot. Change-Id: I2c6b9bb23950b09f6f05e3ef762ccb1a260efc5f Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-on: https://review.coreboot.org/22403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
290a59284e
commit
f3885618d9
|
@ -131,6 +131,10 @@ config CPU_BCLK_MHZ
|
|||
int
|
||||
default 100
|
||||
|
||||
config SOC_INTEL_COMMON_LPSS_CLOCK_MHZ
|
||||
int
|
||||
default 120
|
||||
|
||||
config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
|
||||
int
|
||||
default 3
|
||||
|
|
Loading…
Reference in New Issue