summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
index 6c575a2d7..4f6c75f80 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
@@ -2528,19 +2528,27 @@ group gPciNestFir filter singlebit
/** PCINESTFIR_0[15]
* PCI_CLOCK_ERROR
+ *
+ * These should never trigger directly themselves.
+ * Should be handled by global PRD PLL code.
*/
- # FIXME RTC 23127 Clock Isolate is under discussion
- (PciNestFir_0, bit(15)) ? TBDDefaultCallout;
+ (PciNestFir_0, bit(15)) ? threshold32pday;
/** PCINESTFIR_1[15]
* PCI_CLOCK_ERROR
+ *
+ * These should never trigger directly themselves.
+ * Should be handled by global PRD PLL code.
*/
- (PciNestFir_1, bit(15)) ? TBDDefaultCallout;
+ (PciNestFir_1, bit(15)) ? threshold32pday;
/** PCINESTFIR_2[15]
* PCI_CLOCK_ERROR
+ *
+ * These should never trigger directly themselves.
+ * Should be handled by global PRD PLL code.
*/
- (PciNestFir_2, bit(15)) ? TBDDefaultCallout;
+ (PciNestFir_2, bit(15)) ? threshold32pday;
/** PCINESTFIR_0[16]
* AIB_FENCE
OpenPOWER on IntegriCloud