summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@mailbox.org>2025-10-14 12:46:03 +0200
committerStephen Boyd <sboyd@kernel.org>2026-02-02 16:36:14 -0800
commit341d72ebc2303670936713f5004a2825edc4e7ea (patch)
tree689279eb5739cc54fb6aababefc4930ae9973694 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent37eb3349a34f98fc22dd6f6be0b28c24cfa66aa6 (diff)
dt-bindings: clk: rs9: Fix DIF pattern match
The pattern match [0-19] is incorrect and does not cover range of 0..19, use pattern 1?[0-9] to cover range 0..19 instead. Update the example to validate all parts of the pattern match and prevent such failures in the future. Fixes: 26c1bc67aa2f ("dt-bindings: clk: rs9: Add Renesas 9-series I2C PCIe clock generator") Signed-off-by: Marek Vasut <marek.vasut@mailbox.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions