Skip to content

Commit

Permalink
schemas: pci: Drop 'compatible' as a required property for bridges
Browse files Browse the repository at this point in the history
The pci-bus.yaml schema can apply to PCI to PCI bridges, but those may
not have a compatible string. Host bridges will require a compatible
anyways for matching their schema.

Reported-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
robherring committed Jun 9, 2020
1 parent 9186fe5 commit 4d2d86c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schemas/pci/pci-bus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ patternProperties:
- reg

required:
- compatible
- device_type
- ranges
- "#address-cells"
Expand Down

0 comments on commit 4d2d86c

Please sign in to comment.