summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajarshi Das <drajarshi@in.ibm.com>2017-07-13 06:13:31 -0500
committerRajarshi Das <drajarshi@in.ibm.com>2017-07-13 06:13:31 -0500
commit0b9edc983738b75c671acd8e316d75123255d25e (patch)
treea3d4bd1d30eedb089c32dd1c71d3fad0f6659879
parente3bb899021f3f0f493ee69c0b2f9a65e8836c51e (diff)
downloadima-catalog-0b9edc983738b75c671acd8e316d75123255d25e.tar.gz
ima-catalog-0b9edc983738b75c671acd8e316d75123255d25e.zip
Fixed compatible field for core and thread in P9 DTS.
-rw-r--r--81E00612.4E0100.dts4
-rw-r--r--81E00612.4E0200.dts4
2 files changed, 4 insertions, 4 deletions
diff --git a/81E00612.4E0100.dts b/81E00612.4E0100.dts
index 399a3d8..f0ccdfb 100644
--- a/81E00612.4E0100.dts
+++ b/81E00612.4E0100.dts
@@ -1661,7 +1661,7 @@ CORE_THREAD: core-thread-events {
};
};
core {
- compatible = "ibm,imc-counters-core";
+ compatible = "ibm,imc-counters";
events-prefix = "CPM_";
scale = "512";
reg = <0x18 0x8>;
@@ -1670,7 +1670,7 @@ CORE_THREAD: core-thread-events {
size = <0x2000>;
};
thread {
- compatible = "ibm,imc-counters-thread";
+ compatible = "ibm,imc-counters";
events-prefix = "CPM_";
scale = "512";
reg = <0x18 0x8>;
diff --git a/81E00612.4E0200.dts b/81E00612.4E0200.dts
index 399a3d8..f0ccdfb 100644
--- a/81E00612.4E0200.dts
+++ b/81E00612.4E0200.dts
@@ -1661,7 +1661,7 @@ CORE_THREAD: core-thread-events {
};
};
core {
- compatible = "ibm,imc-counters-core";
+ compatible = "ibm,imc-counters";
events-prefix = "CPM_";
scale = "512";
reg = <0x18 0x8>;
@@ -1670,7 +1670,7 @@ CORE_THREAD: core-thread-events {
size = <0x2000>;
};
thread {
- compatible = "ibm,imc-counters-thread";
+ compatible = "ibm,imc-counters";
events-prefix = "CPM_";
scale = "512";
reg = <0x18 0x8>;
OpenPOWER on IntegriCloud