summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pmu_support.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pmu_support.md b/docs/pmu_support.md
index 8751bb5..ca6ca25 100644
--- a/docs/pmu_support.md
+++ b/docs/pmu_support.md
@@ -93,8 +93,8 @@ pmu {
*/
pmu {
compatible = "riscv,pmu";
- riscv,raw-event-to-mhpmcounters = <0x0 0x0 0xffffffff 0xfc0000ff 0xc>,
- <0x0 0x1 0xffffffff 0xfff800ff 0xc>,
- <0x0 0x2 0xffffffff 0xffffe0ff 0xc>;
+ riscv,raw-event-to-mhpmcounters = <0x0 0x0 0xffffffff 0xfc0000ff 0x18>,
+ <0x0 0x1 0xffffffff 0xfff800ff 0x18>,
+ <0x0 0x2 0xffffffff 0xffffe0ff 0x18>;
};
```