From dbbbfc9acffd56a3501bf5727215f6f58b5f0c37 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Mon, 17 Oct 2016 10:54:37 -0500 Subject: Fix for I2CDIV rate Change-Id: Ic323ceaec9edee93cc7ce4a3861a33665c964bc4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31338 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: SRINIVAS V. POLISETTY Reviewed-by: Joseph J. McGill Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31343 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/common/include/p9_frequency_buckets.H | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/import/chips/p9/common') diff --git a/src/import/chips/p9/common/include/p9_frequency_buckets.H b/src/import/chips/p9/common/include/p9_frequency_buckets.H index d98974ea..68a2bf56 100644 --- a/src/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/src/import/chips/p9/common/include/p9_frequency_buckets.H @@ -40,13 +40,14 @@ const uint32_t NEST_PLL_FREQ_LIST[NEST_PLL_FREQ_BUCKETS] = // I2C bus divisor // index is bucket number +// The values in this list will be factor of 1:64 to the NEST_PLL_FREQ_LIST const uint32_t NEST_PLL_FREQ_I2CDIV_LIST[NEST_PLL_FREQ_BUCKETS] = { - 234, - 500, - 12, - 20, - 23 + 25, + 29, + 31, + 33, + 37 }; // constant defining number of MEM PLL frequency options ('buckets') -- cgit v1.2.1