diff options
author | Rob Herring <robh@kernel.org> | 2023-03-20 18:39:27 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-04-04 12:01:52 -0500 |
commit | 43d78445da006ef8d81684b2ade6f4cf22d01b2f (patch) | |
tree | 6a90216ee7db9f24dcd595c036cae38dd501fd16 /Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml | |
parent | 3267197782a9160c558efc80ce8e57e5bee56f01 (diff) |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml b/Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml index d2d0145cb889..6b20a5fa8590 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Intel Local Advanced Programmable Interrupt Controller (LAPIC) |