VisionFive2 OpenSBI

StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)

1266 Commits   9 Branches   46 Tags
author: Nikita Shubin <n.shubin@yadro.com> 2022-09-02 10:41:03 +0300 committer: Anup Patel <anup@brainfault.org> 2022-09-13 16:42:03 +0530 commit: d32b0a92dbba0f96d5e6c930e24e8e60f3baf7b4 parent: 5019fd124b4c46e1581129c5154fc2cdd3b777ed
Commit Summary:
docs: pmu: fix Unmatched example typo
Diffstat:
1 file 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>;
 };
 ```