lkml.org 
[lkml]   [2024]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: Drop unnecessary quotes
    Date
    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.

    Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
    ---
    .../bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml b/Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml
    index e1a379c052e4..123d24b05556 100644
    --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml
    +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml
    @@ -48,7 +48,7 @@ properties:
    interrupt-controller: true

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

    required:
    - reg
    --
    2.43.0

    \
     
     \ /
      Last update: 2024-05-27 18:06    [W:6.591 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site