Furquan Shaikh has uploaded a new change for review. ( https://review.coreboot.org/19520 )
Change subject: soc/intel/skylake: Remove unused skylake_i2c_config structure ......................................................................
soc/intel/skylake: Remove unused skylake_i2c_config structure
Remove struct skylake_i2c_config from chip.h since it is not used anymore.
Change-Id: Icde4b7af5b9c31020099c1a6372a6867827f61ae Signed-off-by: Furquan Shaikh furquan@chromium.org --- M src/soc/intel/skylake/chip.h 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/19520/1
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index cd461d4..b474ca2 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -40,15 +40,6 @@ I2C_VOLTAGE_1V8 };
-struct skylake_i2c_config { - /* Bus speed in Hz, default is I2C_SPEED_FAST (400 KHz) */ - enum i2c_speed speed; - /* Bus should be enabled prior to ramstage with temporary base */ - int early_init; - /* Custom bus speed configuration { scl_lcnt, scl_hcnt, sda_hold } */ - struct lpss_i2c_speed_config speed_config[LPSS_I2C_SPEED_CONFIG_COUNT]; -}; - struct soc_intel_skylake_config { /* * Interrupt Routing configuration