summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common/include/p9_frequency_buckets.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/common/include/p9_frequency_buckets.H')
-rw-r--r--src/import/chips/p9/common/include/p9_frequency_buckets.H11
1 files changed, 6 insertions, 5 deletions
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 d3c9f3faf..7083cf766 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')
OpenPOWER on IntegriCloud