diff options
| author | Conor Dooley <[email protected]> | 2022-12-22 19:39:14 +0000 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-12-24 11:06:04 +0530 |
| commit | 0412460baf338a4d65c02f9456ae42ed9c3e5e4f (patch) | |
| tree | a3bc248543f6c1c562be3fe3e327b423a91e3c45 | |
| parent | 391ec858751499d0e3de897a931ce045e4e466a7 (diff) | |
docs: pmu: update a reference to a deprecated property name
event-to-mhpmevent was deprecated and replaced by
riscv,event-to-mhpmevent, but a reference remains to the old name.
Replace it with the new one.
Signed-off-by: Conor Dooley <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | docs/pmu_support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pmu_support.md b/docs/pmu_support.md index 1a16bade..9c796366 100644 --- a/docs/pmu_support.md +++ b/docs/pmu_support.md @@ -46,7 +46,7 @@ a table format where each row represents a certain range of events and corresponding counters. The first column represents starting of the pmu event id and 2nd column represents the end of the pmu event id. The third column represent a bitmap of all the MHPMCOUNTERx. This property is mandatory if -event-to-mhpmevent is present. Otherwise, it can be omitted. This property +riscv,event-to-mhpmevent is present. Otherwise, it can be omitted. This property shouldn't encode any raw event. * **riscv,raw-event-to-mhpmcounters**(Optional) - It represents an ONE-to-MANY |
