[PATCH 1/4] dt-bindings: PCI: layerscape-pci: drop compatible string fsl,lx2160a-pcie

Frank Li posted 4 patches 1 year, 6 months ago
[PATCH 1/4] dt-bindings: PCI: layerscape-pci: drop compatible string fsl,lx2160a-pcie
Posted by Frank Li 1 year, 6 months ago
fsl,lx2160a-pcie compatible is used for mobivel according to
Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt

fsl,layerscape-pcie.yaml is used for designware PCIe controller binding. So
drop it.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/pci/fsl,layerscape-pcie.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie.yaml
index 793986c5af7ff..4010a53c32d2a 100644
--- a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie.yaml
@@ -32,7 +32,6 @@ properties:
       - fsl,ls1043a-pcie
       - fsl,ls1012a-pcie
       - fsl,ls1028a-pcie
-      - fsl,lx2160a-pcie
 
   reg:
     maxItems: 2

-- 
2.34.1
Re: [PATCH 1/4] dt-bindings: PCI: layerscape-pci: drop compatible string fsl,lx2160a-pcie
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 08/08/2024 18:02, Frank Li wrote:
> fsl,lx2160a-pcie compatible is used for mobivel according to
> Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
> 
> fsl,layerscape-pcie.yaml is used for designware PCIe controller binding. So
> drop it.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Fixes tag? You added during conversion which was neither explained in
commit msg (and commit must point such differences from pure conversion)
nor needed.

Best regards,
Krzysztof