Skip to content

Commit 5db62b7

Browse files
krzkkwilczynski
authored andcommitted
dt-bindings: PCI: host-bridges: Switch from deprecated pci-bus.yaml
dtschema package with core schemas deprecated pci-bus.yaml schema in favor of pci-host-bridge.yaml. Update all bindings to use the latter one. The difference between pci-bus.yaml and pci-host-bridge.yaml is only in lack of "reg" property defined by the latter, which should not have any effect here, because all these bindings define the "reg". The change is therefore quite trivial, however it requires dtschema package v2024.02 or newer. Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> # Renesas Reviewed-by: Rob Herring (Arm) <[email protected]> Acked-by: Sergio Paracuellos <[email protected]>
1 parent 36fbed3 commit 5db62b7

24 files changed

+24
-24
lines changed

Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
Amlogic Meson PCIe host controller is based on the Synopsys DesignWare PCI core.
1414

1515
allOf:
16-
- $ref: /schemas/pci/pci-bus.yaml#
16+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1717
- $ref: /schemas/pci/snps,dw-pcie-common.yaml#
1818

1919
# We need a select here so we don't match all nodes with 'snps,dw-pcie'

Documentation/devicetree/bindings/pci/apple,pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ required:
8585
unevaluatedProperties: false
8686

8787
allOf:
88-
- $ref: /schemas/pci/pci-bus.yaml#
88+
- $ref: /schemas/pci/pci-host-bridge.yaml#
8989
- $ref: /schemas/interrupt-controller/msi-controller.yaml#
9090
- if:
9191
properties:

Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers:
1111
- Scott Branden <[email protected]>
1212

1313
allOf:
14-
- $ref: /schemas/pci/pci-bus.yaml#
14+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1515

1616
properties:
1717
compatible:

Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ required:
108108
- msi-controller
109109

110110
allOf:
111-
- $ref: /schemas/pci/pci-bus.yaml#
111+
- $ref: /schemas/pci/pci-host-bridge.yaml#
112112
- $ref: /schemas/interrupt-controller/msi-controller.yaml#
113113
- if:
114114
properties:

Documentation/devicetree/bindings/pci/cdns-pcie-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Tom Joseph <[email protected]>
1111

1212
allOf:
13-
- $ref: /schemas/pci/pci-bus.yaml#
13+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1414
- $ref: cdns-pcie.yaml#
1515

1616
properties:

Documentation/devicetree/bindings/pci/faraday,ftpci100.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ description: |
5151
<0x6000 0 0 4 &pci_intc 2>;
5252
5353
allOf:
54-
- $ref: /schemas/pci/pci-bus.yaml#
54+
- $ref: /schemas/pci/pci-host-bridge.yaml#
5555

5656
properties:
5757
compatible:

Documentation/devicetree/bindings/pci/host-generic-pci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ required:
116116
- ranges
117117

118118
allOf:
119-
- $ref: /schemas/pci/pci-bus.yaml#
119+
- $ref: /schemas/pci/pci-host-bridge.yaml#
120120
- if:
121121
properties:
122122
compatible:

Documentation/devicetree/bindings/pci/intel,ixp4xx-pci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers:
1212
description: PCI host controller found in the Intel IXP4xx SoC series.
1313

1414
allOf:
15-
- $ref: /schemas/pci/pci-bus.yaml#
15+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1616

1717
properties:
1818
compatible:

Documentation/devicetree/bindings/pci/intel,keembay-pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers:
1111
- Srikanth Thokala <[email protected]>
1212

1313
allOf:
14-
- $ref: /schemas/pci/pci-bus.yaml#
14+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1515

1616
properties:
1717
compatible:

Documentation/devicetree/bindings/pci/loongson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |+
1313
PCI host controller found on Loongson PCHs and SoCs.
1414
1515
allOf:
16-
- $ref: /schemas/pci/pci-bus.yaml#
16+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1717

1818
properties:
1919
compatible:

0 commit comments

Comments
 (0)