From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Fri, 23 Nov 2018 15:36:08 +0800 Subject: [PATCH 0/4] dts/layerscape-pci: removed unsuitable compatible string In-Reply-To: <20181120125314.GA23472@e107981-ln.cambridge.arm.com> References: <20181008031428.25293-1-Zhiqiang.Hou@nxp.com> <20181120125314.GA23472@e107981-ln.cambridge.arm.com> Message-ID: <20181123073606.GA21240@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 20, 2018 at 12:53:14PM +0000, Lorenzo Pieralisi wrote: > On Mon, Oct 08, 2018 at 11:14:24AM +0800, Zhiqiang Hou wrote: > > From: Hou Zhiqiang > > > > Removed the compatible string "snps,dw-pcie" from FSL layerscape-pci compatible > > string list. > > > > Hou Zhiqiang (4): > > doc/layerscape-pci: update the PCIe compatible strings > > doc/layerscape-pci: removed unsuitable compatible string > > dts/arm/ls1021a: Clean PCIe controller compatible strings > > dts/arm64/layerscape: Clean PCIe controller compatible strings > > > > .../devicetree/bindings/pci/layerscape-pci.txt | 7 ++++--- > > arch/arm/boot/dts/ls1021a.dtsi | 4 ++-- > > arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 2 +- > > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +++--- > > arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 6 +++--- > > arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 6 +++--- > > arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi | 8 ++++---- > > arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 12 ++++-------- > > 8 files changed, 24 insertions(+), 27 deletions(-) > > Hi Rob, > > I assume the dts changes in this series are OK so I am going to > pull them in the PCI tree, please let me know if you see any > problem with that. I will take the dts changes. Shawn