Commit f5501623 authored by Rob Herring's avatar Rob Herring

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.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 72e418c4
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Tom Joseph <tjoseph@cadence.com> - Tom Joseph <tjoseph@cadence.com>
allOf: allOf:
- $ref: "cdns-pcie-ep.yaml#" - $ref: cdns-pcie-ep.yaml#
properties: properties:
compatible: compatible:
......
...@@ -11,7 +11,7 @@ maintainers: ...@@ -11,7 +11,7 @@ maintainers:
allOf: allOf:
- $ref: /schemas/pci/pci-bus.yaml# - $ref: /schemas/pci/pci-bus.yaml#
- $ref: "cdns-pcie-host.yaml#" - $ref: cdns-pcie-host.yaml#
properties: properties:
compatible: compatible:
......
# 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/pci/cdns-pcie-ep.yaml#" $id: http://devicetree.org/schemas/pci/cdns-pcie-ep.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Cadence PCIe Device title: Cadence PCIe Device
...@@ -10,8 +10,8 @@ maintainers: ...@@ -10,8 +10,8 @@ maintainers:
- Tom Joseph <tjoseph@cadence.com> - Tom Joseph <tjoseph@cadence.com>
allOf: allOf:
- $ref: "cdns-pcie.yaml#" - $ref: cdns-pcie.yaml#
- $ref: "pci-ep.yaml#" - $ref: pci-ep.yaml#
properties: properties:
cdns,max-outbound-regions: cdns,max-outbound-regions:
......
# 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/pci/cdns-pcie-host.yaml#" $id: http://devicetree.org/schemas/pci/cdns-pcie-host.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Cadence PCIe Host title: Cadence PCIe Host
...@@ -10,8 +10,8 @@ maintainers: ...@@ -10,8 +10,8 @@ maintainers:
- Tom Joseph <tjoseph@cadence.com> - Tom Joseph <tjoseph@cadence.com>
allOf: allOf:
- $ref: "/schemas/pci/pci-bus.yaml#" - $ref: /schemas/pci/pci-bus.yaml#
- $ref: "cdns-pcie.yaml#" - $ref: cdns-pcie.yaml#
properties: properties:
cdns,max-outbound-regions: cdns,max-outbound-regions:
......
# 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/pci/cdns-pcie.yaml#" $id: http://devicetree.org/schemas/pci/cdns-pcie.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Cadence PCIe Core title: Cadence PCIe Core
......
# 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/pci/intel,keembay-pcie-ep.yaml#" $id: http://devicetree.org/schemas/pci/intel,keembay-pcie-ep.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Intel Keem Bay PCIe controller Endpoint mode title: Intel Keem Bay PCIe controller Endpoint mode
......
# 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/pci/intel,keembay-pcie.yaml#" $id: http://devicetree.org/schemas/pci/intel,keembay-pcie.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Intel Keem Bay PCIe controller Root Complex mode title: Intel Keem Bay PCIe controller Root Complex mode
......
...@@ -45,7 +45,7 @@ properties: ...@@ -45,7 +45,7 @@ properties:
description: Reference to a syscon representing TCSR followed by the two description: Reference to a syscon representing TCSR followed by the two
offsets within syscon for Perst enable and Perst separation offsets within syscon for Perst enable and Perst separation
enable registers enable registers
$ref: "/schemas/types.yaml#/definitions/phandle-array" $ref: /schemas/types.yaml#/definitions/phandle-array
items: items:
- items: - items:
- description: Syscon to TCSR system registers - description: Syscon to TCSR system registers
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml#" $id: http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: TI J721E PCI EP (PCIe Wrapper) title: TI J721E PCI EP (PCIe Wrapper)
...@@ -11,7 +11,7 @@ maintainers: ...@@ -11,7 +11,7 @@ maintainers:
- Kishon Vijay Abraham I <kishon@ti.com> - Kishon Vijay Abraham I <kishon@ti.com>
allOf: allOf:
- $ref: "cdns-pcie-ep.yaml#" - $ref: cdns-pcie-ep.yaml#
properties: properties:
compatible: compatible:
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/pci/ti,j721e-pci-host.yaml#" $id: http://devicetree.org/schemas/pci/ti,j721e-pci-host.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: TI J721E PCI Host (PCIe Wrapper) title: TI J721E PCI Host (PCIe Wrapper)
...@@ -11,7 +11,7 @@ maintainers: ...@@ -11,7 +11,7 @@ maintainers:
- Kishon Vijay Abraham I <kishon@ti.com> - Kishon Vijay Abraham I <kishon@ti.com>
allOf: allOf:
- $ref: "cdns-pcie-host.yaml#" - $ref: cdns-pcie-host.yaml#
properties: properties:
compatible: compatible:
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2020 Broadcom # Copyright 2020 Broadcom
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/reset/brcm,bcm7216-pcie-sata-rescal.yaml#" $id: http://devicetree.org/schemas/reset/brcm,bcm7216-pcie-sata-rescal.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: BCM7216 RESCAL reset controller title: BCM7216 RESCAL reset 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