From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhiqiang.Hou@nxp.com (Zhiqiang Hou) Date: Mon, 8 Oct 2018 11:14:25 +0800 Subject: [PATCH 1/4] doc/layerscape-pci: update the PCIe compatible strings In-Reply-To: <20181008031428.25293-1-Zhiqiang.Hou@nxp.com> References: <20181008031428.25293-1-Zhiqiang.Hou@nxp.com> Message-ID: <20181008031428.25293-2-Zhiqiang.Hou@nxp.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Hou Zhiqiang The pcie compatible string for LS1043A was lost, so add it. Signed-off-by: Hou Zhiqiang --- Documentation/devicetree/bindings/pci/layerscape-pci.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pci/layerscape-pci.txt b/Documentation/devicetree/bindings/pci/layerscape-pci.txt index 66df1e81e0b8..5eb1c202932f 100644 --- a/Documentation/devicetree/bindings/pci/layerscape-pci.txt +++ b/Documentation/devicetree/bindings/pci/layerscape-pci.txt @@ -18,6 +18,7 @@ Required properties: "fsl,ls2088a-pcie" "fsl,ls1088a-pcie" "fsl,ls1046a-pcie" + "fsl,ls1043a-pcie" "fsl,ls1012a-pcie" - reg: base addresses and lengths of the PCIe controller register blocks. - interrupts: A list of interrupt outputs of the controller. Must contain an -- 2.17.1