Skip to content

Commit a326462

Browse files
committed
dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances
The intel,lgm-pcie binding is matching on all snps,dw-pcie instances which is wrong. Add a custom 'select' entry to fix this. Fixes: e54ea45 ("dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller") Cc: Bjorn Helgaas <[email protected]> Cc: [email protected] Reviewed-by: Dilip Kota <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent d1ac000 commit a326462

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ title: PCIe RC controller on Intel Gateway SoCs
99
maintainers:
1010
- Dilip Kota <[email protected]>
1111

12+
select:
13+
properties:
14+
compatible:
15+
contains:
16+
const: intel,lgm-pcie
17+
required:
18+
- compatible
19+
1220
properties:
1321
compatible:
1422
items:

0 commit comments

Comments
 (0)