Skip to content

Commit 27db752

Browse files
committed
dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: Drop unnecessary quotes
Drop unnecessary quotes which aren't needed in yaml. This is checked by yamllint, but this case was excluded due to the comma and yamllint's mishandling of some cases with commas. That's now fixed in yamllint 1.34. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20240426195404.2771046-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 3fe5a2b commit 27db752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ properties:
4848
interrupt-controller: true
4949

5050
"#interrupt-cells":
51-
$ref: "arm,gic.yaml#/properties/#interrupt-cells"
51+
$ref: arm,gic.yaml#/properties/#interrupt-cells
5252

5353
required:
5454
- reg

0 commit comments

Comments
 (0)