summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2026-07-08 15:12:23 +0200
committerMichal Simek <michal.simek@amd.com>2026-07-21 09:53:48 +0200
commit6e32cb10cf32e60cf40ad0baa37c54969f10101f (patch)
tree84e1e6b7a4c9fb675ca8752d19cbc4e5d89ef1be /tools/perf/scripts/python
parent959393e81cf1fe7f2a75d639b90cd7c816103f25 (diff)
dt-bindings: clock: versal-clk: Fix mio_clk index range in clock-names pattern
The clock-names pattern "^mio_clk[00-77]+.*$" was intended to constrain the MIO index to the valid range 00..77 (ZynqMP has 78 MIO pins), but a regex character class cannot express a multi-digit decimal range. Replace the bogus character class with an explicit alternation that enumerates the two-digit decimal values 00..77. Fixes: 03d4a1004053 ("dt-bindings: clock: versal: Convert the xlnx,zynqmp-clk.txt to yaml") Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/e742b7da70c2bf10650a81e537f1b90d76799416.1783516336.git.michal.simek@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions