Skip to content

Commit 1a1bf58

Browse files
nxpfranklikwilczynski
authored andcommitted
dt-bindings: PCI: layerscape-pci: Replace fsl,lx2160a-pcie with fsl,lx2160ar2-pcie
The fsl,lx2160a-pcie compatible is used for mobivel according to the Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt file. Whereas the fsl,layerscape-pcie is used for DesignWare PCIe controller binding. So change it to fsl,lx2160ar2-pcie and allow a fall back to fsl,ls2088a-pcie. While at it, sort compatible string. Fixes: 24cd7ec ("dt-bindings: PCI: layerscape-pci: Convert to YAML format") Link: https://lore.kernel.org/linux-pci/20240826-2160r2-v1-1-106340d538d6@nxp.com Signed-off-by: Frank Li <Frank.Li@nxp.com> [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
1 parent a5c1bf7 commit 1a1bf58

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

Documentation/devicetree/bindings/pci/fsl,layerscape-pcie.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@ description:
2222

2323
properties:
2424
compatible:
25-
enum:
26-
- fsl,ls1021a-pcie
27-
- fsl,ls2080a-pcie
28-
- fsl,ls2085a-pcie
29-
- fsl,ls2088a-pcie
30-
- fsl,ls1088a-pcie
31-
- fsl,ls1046a-pcie
32-
- fsl,ls1043a-pcie
33-
- fsl,ls1012a-pcie
34-
- fsl,ls1028a-pcie
35-
- fsl,lx2160a-pcie
36-
25+
oneOf:
26+
- enum:
27+
- fsl,ls1012a-pcie
28+
- fsl,ls1021a-pcie
29+
- fsl,ls1028a-pcie
30+
- fsl,ls1043a-pcie
31+
- fsl,ls1046a-pcie
32+
- fsl,ls1088a-pcie
33+
- fsl,ls2080a-pcie
34+
- fsl,ls2085a-pcie
35+
- fsl,ls2088a-pcie
36+
- items:
37+
- const: fsl,lx2160ar2-pcie
38+
- const: fsl,ls2088a-pcie
3739
reg:
3840
maxItems: 2
3941

0 commit comments

Comments
 (0)