summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2026-08-13 09:53:59 -0500
committerRob Herring (Arm) <robh@kernel.org>2026-08-14 15:43:23 -0500
commite8b51396b575d4586bec83323a8aa9cae97c437c (patch)
treefeeb0c267e7b92bd640896d1aa8717217ae18fe4 /tools/perf/scripts/python/bin
parentf963a45a11520a7113d16f467953cf786f51c53f (diff)
dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: Drop invalid JSON pointer
The $ref "arm,gic.yaml#/properties/#interrupt-cells" doesn't work when used with another json-schema implementation (rust). The issue is it not a valid URI due to the 2nd "#" character in the JSON pointer. Though a "#" is supposed to be valid within a JSON pointer. A possible solution is to encode the "#" as "%23" instead, but the dtschema tools don't handle that. Just avoid all these issues as the $ref only resolves to a "const: 3" schema and specify it directly. Link: https://patch.msgid.link/20260813145453.1919998-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions