Commit f5501623 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: PCI: Drop unneeded quotes



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

Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230320233911.2920364-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 72e418c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ maintainers:
  - Tom Joseph <tjoseph@cadence.com>

allOf:
  - $ref: "cdns-pcie-ep.yaml#"
  - $ref: cdns-pcie-ep.yaml#

properties:
  compatible:
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ maintainers:

allOf:
  - $ref: /schemas/pci/pci-bus.yaml#
  - $ref: "cdns-pcie-host.yaml#"
  - $ref: cdns-pcie-host.yaml#

properties:
  compatible:
+4 −4
Original line number Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: "http://devicetree.org/schemas/pci/cdns-pcie-ep.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
$id: http://devicetree.org/schemas/pci/cdns-pcie-ep.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Cadence PCIe Device

@@ -10,8 +10,8 @@ maintainers:
  - Tom Joseph <tjoseph@cadence.com>

allOf:
  - $ref: "cdns-pcie.yaml#"
  - $ref: "pci-ep.yaml#"
  - $ref: cdns-pcie.yaml#
  - $ref: pci-ep.yaml#

properties:
  cdns,max-outbound-regions:
+4 −4
Original line number Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: "http://devicetree.org/schemas/pci/cdns-pcie-host.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
$id: http://devicetree.org/schemas/pci/cdns-pcie-host.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Cadence PCIe Host

@@ -10,8 +10,8 @@ maintainers:
  - Tom Joseph <tjoseph@cadence.com>

allOf:
  - $ref: "/schemas/pci/pci-bus.yaml#"
  - $ref: "cdns-pcie.yaml#"
  - $ref: /schemas/pci/pci-bus.yaml#
  - $ref: cdns-pcie.yaml#

properties:
  cdns,max-outbound-regions:
+2 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: "http://devicetree.org/schemas/pci/cdns-pcie.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
$id: http://devicetree.org/schemas/pci/cdns-pcie.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Cadence PCIe Core

Loading