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

dt-bindings: interrupt-controller: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230320233928.2920693-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+30 -30
+2 -2
Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml
··· 32 32 The first cell is the input IRQ number, between 0 and 2, while the second 33 33 cell is the trigger type as defined in interrupt.txt in this directory. 34 34 35 - 'interrupts': 35 + interrupts: 36 36 description: | 37 37 Contains the GIC SPI IRQs mapped to the external interrupt lines. 38 38 They shall be specified sequentially from output 0 to 2. ··· 44 44 - reg 45 45 - interrupt-controller 46 46 - '#interrupt-cells' 47 - - 'interrupts' 47 + - interrupts 48 48 49 49 additionalProperties: false 50 50
+2 -2
Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
··· 48 48 const: 1 49 49 50 50 fsl,channel: 51 - $ref: '/schemas/types.yaml#/definitions/uint32' 51 + $ref: /schemas/types.yaml#/definitions/uint32 52 52 description: | 53 53 u32 value representing the output channel that all input IRQs should be 54 54 steered into. 55 55 56 56 fsl,num-irqs: 57 - $ref: '/schemas/types.yaml#/definitions/uint32' 57 + $ref: /schemas/types.yaml#/definitions/uint32 58 58 description: | 59 59 u32 value representing the number of input interrupts of this channel, 60 60 should be multiple of 32 input interrupts and up to 512 interrupts.
+2 -2
Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-ioapic.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/intel,ce4100-ioapic.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-ioapic.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Intel I/O Advanced Programmable Interrupt Controller (IO APIC) 8 8
+2 -2
Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Intel Local Advanced Programmable Interrupt Controller (LAPIC) 8 8
+2 -2
Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml
··· 2 2 # Copyright 2018 Linaro Ltd. 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/interrupt-controller/intel,ixp4xx-interrupt.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/interrupt-controller/intel,ixp4xx-interrupt.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Intel IXP4xx XScale Networking Processors Interrupt Controller 9 9
+2 -2
Documentation/devicetree/bindings/interrupt-controller/loongson,htpic.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/loongson,htpic.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/loongson,htpic.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Loongson-3 HyperTransport Interrupt Controller 8 8
+2 -2
Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/loongson,htvec.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/loongson,htvec.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Loongson-3 HyperTransport Interrupt Vector Controller 8 8
+4 -4
Documentation/devicetree/bindings/interrupt-controller/loongson,liointc.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/loongson,liointc.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/loongson,liointc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Loongson Local I/O Interrupt Controller 8 8 ··· 54 54 '#interrupt-cells': 55 55 const: 2 56 56 57 - 'loongson,parent_int_map': 57 + loongson,parent_int_map: 58 58 description: | 59 59 This property points how the children interrupts will be mapped into CPU 60 60 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3 ··· 71 71 - interrupts 72 72 - interrupt-controller 73 73 - '#interrupt-cells' 74 - - 'loongson,parent_int_map' 74 + - loongson,parent_int_map 75 75 76 76 77 77 unevaluatedProperties: false
+4 -4
Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Loongson PCH MSI Controller 8 8 ··· 25 25 description: 26 26 u32 value of the base of parent HyperTransport vector allocated 27 27 to PCH MSI. 28 - $ref: "/schemas/types.yaml#/definitions/uint32" 28 + $ref: /schemas/types.yaml#/definitions/uint32 29 29 minimum: 0 30 30 maximum: 255 31 31 ··· 33 33 description: 34 34 u32 value of the number of parent HyperTransport vectors allocated 35 35 to PCH MSI. 36 - $ref: "/schemas/types.yaml#/definitions/uint32" 36 + $ref: /schemas/types.yaml#/definitions/uint32 37 37 minimum: 1 38 38 maximum: 256 39 39
+3 -3
Documentation/devicetree/bindings/interrupt-controller/loongson,pch-pic.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Loongson PCH PIC Controller 8 8 ··· 25 25 description: 26 26 u32 value of the base of parent HyperTransport vector allocated 27 27 to PCH PIC. 28 - $ref: "/schemas/types.yaml#/definitions/uint32" 28 + $ref: /schemas/types.yaml#/definitions/uint32 29 29 minimum: 0 30 30 maximum: 192 31 31
+2 -2
Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.yaml
··· 53 53 maxItems: 1 54 54 reg-names: 55 55 items: 56 - - const: 'mux status' 57 - - const: 'mux mask' 56 + - const: mux status 57 + - const: mux mask 58 58 required: 59 59 - interrupts 60 60 else:
+2 -2
Documentation/devicetree/bindings/interrupt-controller/mscc,ocelot-icpu-intr.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/interrupt-controller/mscc,ocelot-icpu-intr.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/interrupt-controller/mscc,ocelot-icpu-intr.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Microsemi Ocelot SoC ICPU Interrupt Controller 8 8
+1 -1
Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
··· 90 90 riscv,cpu-intc node, which has a riscv node as parent. 91 91 92 92 riscv,ndev: 93 - $ref: "/schemas/types.yaml#/definitions/uint32" 93 + $ref: /schemas/types.yaml#/definitions/uint32 94 94 description: 95 95 Specifies how many external interrupts are supported by this controller. 96 96