Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: e54ea45a4955 ("dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller")
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Reviewed-by: Dilip Kota <eswara.kota@linux.intel.com>
Signed-off-by: Rob Herring <robh@kernel.org>

+8
+8
Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
··· 9 9 maintainers: 10 10 - Dilip Kota <eswara.kota@linux.intel.com> 11 11 12 + select: 13 + properties: 14 + compatible: 15 + contains: 16 + const: intel,lgm-pcie 17 + required: 18 + - compatible 19 + 12 20 properties: 13 21 compatible: 14 22 items: