Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml
··· 48 48 interrupt-controller: true 49 49 50 50 "#interrupt-cells": 51 - $ref: "arm,gic.yaml#/properties/#interrupt-cells" 51 + $ref: arm,gic.yaml#/properties/#interrupt-cells 52 52 53 53 required: 54 54 - reg