Skip to content

Commit

Permalink
adt: M3 PMU no longer has 'pmu' in node name
Browse files Browse the repository at this point in the history
instead of e.g. spmi-mpmu, the node is now named
according to the PMU's codename, e.g. spmi-chapelF1.
so rather than matching by node name, match by
compatible.

needed for hw.pmu not to choke on leg_srcpad
  • Loading branch information
mildsunrise committed Nov 3, 2024
1 parent 39e0fce commit 69f3e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxyclient/m1n1/adt.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@
"config-data": SafeGreedyRange(Int32ul),
}
},
"*pmu*": {
"*": {
"spmi-*": {
"pmu,*": {
"info-*name*": CString("ascii"),
"info-*": SafeGreedyRange(Hex(Int32ul)),
},
Expand Down

0 comments on commit 69f3e4d

Please sign in to comment.