Skip to content

Commit d3fa4be

Browse files
krzkkwilczynski
authored andcommitted
dt-bindings: PCI: mediatek,mt7621-pcie: Switch from deprecated pci-bus.yaml
dtschema package with core schemas deprecated pci-bus.yaml schema in favor of individual schemas per host, device and pci-pci. Switch Mediatek MT7621 PCIe host bridge binding to this new schema. This requires dtschema package newer than v2024.02 to work fully. v2024.02 will partially work: with a warning. 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]> Acked-by: Sergio Paracuellos <[email protected]>
1 parent 5db62b7 commit d3fa4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |+
1414
with 3 Root Ports. Each Root Port supports a Gen1 1-lane Link
1515
1616
allOf:
17-
- $ref: /schemas/pci/pci-bus.yaml#
17+
- $ref: /schemas/pci/pci-host-bridge.yaml#
1818

1919
properties:
2020
compatible:
@@ -33,7 +33,7 @@ properties:
3333
patternProperties:
3434
'^pcie@[0-2],0$':
3535
type: object
36-
$ref: /schemas/pci/pci-bus.yaml#
36+
$ref: /schemas/pci/pci-pci-bridge.yaml#
3737

3838
properties:
3939
reg:

0 commit comments

Comments
 (0)