Bill Hoffa | 671298f | 2017-08-08 15:29:38 -0500 | [diff] [blame] | 1 | From fc91388ea139d6233484e1fefc606165861f517a Mon Sep 17 00:00:00 2001 |
| 2 | From: Bill Hoffa <wghoffa@us.ibm.com> |
| 3 | Date: Tue, 8 Aug 2017 15:15:01 -0500 |
| 4 | Subject: [PATCH] Temporarily Change PLL BUCKET settings |
| 5 | |
| 6 | --- |
| 7 | witherspoon.xml | 8 ++++---- |
| 8 | 1 file changed, 4 insertions(+), 4 deletions(-) |
| 9 | |
| 10 | diff --git a/witherspoon.xml b/witherspoon.xml |
| 11 | index 103e865..1319c79 100644 |
| 12 | --- a/witherspoon.xml |
| 13 | +++ b/witherspoon.xml |
| 14 | @@ -18641,19 +18641,19 @@ |
| 15 | </attribute> |
| 16 | <attribute> |
| 17 | <id>OB0_PLL_BUCKET</id> |
| 18 | - <default>1</default> |
| 19 | + <default>0x02</default> |
| 20 | </attribute> |
| 21 | <attribute> |
| 22 | <id>OB1_PLL_BUCKET</id> |
| 23 | - <default>1</default> |
| 24 | + <default>0x02</default> |
| 25 | </attribute> |
| 26 | <attribute> |
| 27 | <id>OB2_PLL_BUCKET</id> |
| 28 | - <default>1</default> |
| 29 | + <default>0x02</default> |
| 30 | </attribute> |
| 31 | <attribute> |
| 32 | <id>OB3_PLL_BUCKET</id> |
| 33 | - <default>1</default> |
| 34 | + <default>0x02</default> |
| 35 | </attribute> |
| 36 | <attribute> |
| 37 | <id>OBUS_RATIO_VALUE</id> |
| 38 | -- |
| 39 | 1.8.2.2 |
| 40 | |