diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-04-26 22:22:37 +0200 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-05-03 14:50:05 +0200 |
commit | 15be4f7ce5de825d1d940ba1bb8e02d09402e133 (patch) | |
tree | 66592ad91de89a27d68e994b1eb9a202ae9e5e3a /Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml | |
parent | dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: Drop unnecessary q... (diff) | |
download | linux-15be4f7ce5de825d1d940ba1bb8e02d09402e133.tar.xz linux-15be4f7ce5de825d1d940ba1bb8e02d09402e133.zip |
dt-bindings: Drop unnecessary quotes on keys
The yamllint quoted-strings check wasn't checking keys for quotes, but
support for checking keys was added in 1.34 release. Fix all the errors
found when enabling the check.
Clean-up the xilinx-versal-cpm formatting while we're here.
Acked-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20240426202239.2837516-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml b/Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml index 4734be456bde..c41344f8a242 100644 --- a/Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml +++ b/Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml @@ -48,13 +48,16 @@ properties: interrupt-controller: description: Interrupt controller node for handling legacy PCI interrupts. type: object + additionalProperties: false + properties: "#address-cells": const: 0 + "#interrupt-cells": const: 1 - "interrupt-controller": true - additionalProperties: false + + interrupt-controller: true required: - reg |