Commit 43d78445 authored by Rob Herring's avatar Rob Herring

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230320233928.2920693-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 32671977
...@@ -32,7 +32,7 @@ properties: ...@@ -32,7 +32,7 @@ properties:
The first cell is the input IRQ number, between 0 and 2, while the second The first cell is the input IRQ number, between 0 and 2, while the second
cell is the trigger type as defined in interrupt.txt in this directory. cell is the trigger type as defined in interrupt.txt in this directory.
'interrupts': interrupts:
description: | description: |
Contains the GIC SPI IRQs mapped to the external interrupt lines. Contains the GIC SPI IRQs mapped to the external interrupt lines.
They shall be specified sequentially from output 0 to 2. They shall be specified sequentially from output 0 to 2.
...@@ -44,7 +44,7 @@ required: ...@@ -44,7 +44,7 @@ required:
- reg - reg
- interrupt-controller - interrupt-controller
- '#interrupt-cells' - '#interrupt-cells'
- 'interrupts' - interrupts
additionalProperties: false additionalProperties: false
......
...@@ -48,13 +48,13 @@ properties: ...@@ -48,13 +48,13 @@ properties:
const: 1 const: 1
fsl,channel: fsl,channel:
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: | description: |
u32 value representing the output channel that all input IRQs should be u32 value representing the output channel that all input IRQs should be
steered into. steered into.
fsl,num-irqs: fsl,num-irqs:
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: | description: |
u32 value representing the number of input interrupts of this channel, u32 value representing the number of input interrupts of this channel,
should be multiple of 32 input interrupts and up to 512 interrupts. should be multiple of 32 input interrupts and up to 512 interrupts.
......
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/intel,ce4100-ioapic.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-ioapic.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Intel I/O Advanced Programmable Interrupt Controller (IO APIC) title: Intel I/O Advanced Programmable Interrupt Controller (IO APIC)
......
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Intel Local Advanced Programmable Interrupt Controller (LAPIC) title: Intel Local Advanced Programmable Interrupt Controller (LAPIC)
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2018 Linaro Ltd. # Copyright 2018 Linaro Ltd.
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/intel,ixp4xx-interrupt.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/intel,ixp4xx-interrupt.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Intel IXP4xx XScale Networking Processors Interrupt Controller title: Intel IXP4xx XScale Networking Processors Interrupt Controller
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/loongson,htpic.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/loongson,htpic.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Loongson-3 HyperTransport Interrupt Controller title: Loongson-3 HyperTransport Interrupt Controller
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/loongson,htvec.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/loongson,htvec.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Loongson-3 HyperTransport Interrupt Vector Controller title: Loongson-3 HyperTransport Interrupt Vector Controller
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/loongson,liointc.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/loongson,liointc.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Loongson Local I/O Interrupt Controller title: Loongson Local I/O Interrupt Controller
...@@ -54,7 +54,7 @@ properties: ...@@ -54,7 +54,7 @@ properties:
'#interrupt-cells': '#interrupt-cells':
const: 2 const: 2
'loongson,parent_int_map': loongson,parent_int_map:
description: | description: |
This property points how the children interrupts will be mapped into CPU This property points how the children interrupts will be mapped into CPU
interrupt lines. Each cell refers to a parent interrupt line from 0 to 3 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3
...@@ -71,7 +71,7 @@ required: ...@@ -71,7 +71,7 @@ required:
- interrupts - interrupts
- interrupt-controller - interrupt-controller
- '#interrupt-cells' - '#interrupt-cells'
- 'loongson,parent_int_map' - loongson,parent_int_map
unevaluatedProperties: false unevaluatedProperties: false
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Loongson PCH MSI Controller title: Loongson PCH MSI Controller
...@@ -25,7 +25,7 @@ properties: ...@@ -25,7 +25,7 @@ properties:
description: description:
u32 value of the base of parent HyperTransport vector allocated u32 value of the base of parent HyperTransport vector allocated
to PCH MSI. to PCH MSI.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 255 maximum: 255
...@@ -33,7 +33,7 @@ properties: ...@@ -33,7 +33,7 @@ properties:
description: description:
u32 value of the number of parent HyperTransport vectors allocated u32 value of the number of parent HyperTransport vectors allocated
to PCH MSI. to PCH MSI.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 1 minimum: 1
maximum: 256 maximum: 256
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Loongson PCH PIC Controller title: Loongson PCH PIC Controller
...@@ -25,7 +25,7 @@ properties: ...@@ -25,7 +25,7 @@ properties:
description: description:
u32 value of the base of parent HyperTransport vector allocated u32 value of the base of parent HyperTransport vector allocated
to PCH PIC. to PCH PIC.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 192 maximum: 192
......
...@@ -53,8 +53,8 @@ allOf: ...@@ -53,8 +53,8 @@ allOf:
maxItems: 1 maxItems: 1
reg-names: reg-names:
items: items:
- const: 'mux status' - const: mux status
- const: 'mux mask' - const: mux mask
required: required:
- interrupts - interrupts
else: else:
......
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/interrupt-controller/mscc,ocelot-icpu-intr.yaml#" $id: http://devicetree.org/schemas/interrupt-controller/mscc,ocelot-icpu-intr.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Microsemi Ocelot SoC ICPU Interrupt Controller title: Microsemi Ocelot SoC ICPU Interrupt Controller
......
...@@ -90,7 +90,7 @@ properties: ...@@ -90,7 +90,7 @@ properties:
riscv,cpu-intc node, which has a riscv node as parent. riscv,cpu-intc node, which has a riscv node as parent.
riscv,ndev: riscv,ndev:
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
description: description:
Specifies how many external interrupts are supported by this controller. Specifies how many external interrupts are supported by this controller.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment