summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-10-17 10:54:37 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:34:44 -0500
commiteef80bd02c11405268fc51829426a2b751973e8e (patch)
tree7f19a8db0938f678211cb814011b98ca5bb8d3d8 /import/chips/p9/common
parentc1aaddf76b57e8f6ba308d462de0b2477bc03076 (diff)
downloadtalos-hcode-eef80bd02c11405268fc51829426a2b751973e8e.tar.gz
talos-hcode-eef80bd02c11405268fc51829426a2b751973e8e.zip
Fix for I2CDIV rate
Change-Id: Ic323ceaec9edee93cc7ce4a3861a33665c964bc4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31338 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
-rw-r--r--import/chips/p9/common/include/p9_frequency_buckets.H11
1 files changed, 6 insertions, 5 deletions
diff --git a/import/chips/p9/common/include/p9_frequency_buckets.H b/import/chips/p9/common/include/p9_frequency_buckets.H
index 5cb10ac6..eb8f885e 100644
--- a/import/chips/p9/common/include/p9_frequency_buckets.H
+++ b/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')
OpenPOWER on IntegriCloud