mbox series

[PATCHv3,0/4] dts/layerscape-pci: removed unsuitable compatible string

Message ID 20181107053500.13575-1-Zhiqiang.Hou@nxp.com (mailing list archive)
Headers show
Series dts/layerscape-pci: removed unsuitable compatible string | expand

Message

Z.Q. Hou Nov. 7, 2018, 5:35 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

Removed the compatible string "snps,dw-pcie" from FSL layerscape-pci compatible
string list.

Hou Zhiqiang (4):
  dt-bindings: pci: layerscape-pci: add compatible strings
    "fsl,ls1043a-pcie"
  dt-bindings: pci: layerscape-pci: removed compatible string
    "snps,dw-pcie"
  ARM: dts: ls1021a: removed compatible string "snps,dw-pcie"
  arm64: dts: layerscape: removed compatible string "snps,dw-pcie"

 .../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(-)

Comments

Shawn Guo Nov. 19, 2018, 12:01 p.m. UTC | #1
On Wed, Nov 07, 2018 at 05:35:12AM +0000, Z.q. Hou wrote:
> From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> 
> Removed the compatible string "snps,dw-pcie" from FSL layerscape-pci compatible
> string list.
> 
> Hou Zhiqiang (4):
>   dt-bindings: pci: layerscape-pci: add compatible strings
>     "fsl,ls1043a-pcie"
>   dt-bindings: pci: layerscape-pci: removed compatible string
>     "snps,dw-pcie"
>   ARM: dts: ls1021a: removed compatible string "snps,dw-pcie"
>   arm64: dts: layerscape: removed compatible string "snps,dw-pcie"

Applied all, thanks.
Lorenzo Pieralisi Nov. 23, 2018, 11:48 a.m. UTC | #2
On Mon, Nov 19, 2018 at 08:01:25PM +0800, Shawn Guo wrote:
> On Wed, Nov 07, 2018 at 05:35:12AM +0000, Z.q. Hou wrote:
> > From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> > 
> > Removed the compatible string "snps,dw-pcie" from FSL layerscape-pci compatible
> > string list.
> > 
> > Hou Zhiqiang (4):
> >   dt-bindings: pci: layerscape-pci: add compatible strings
> >     "fsl,ls1043a-pcie"
> >   dt-bindings: pci: layerscape-pci: removed compatible string
> >     "snps,dw-pcie"
> >   ARM: dts: ls1021a: removed compatible string "snps,dw-pcie"
> >   arm64: dts: layerscape: removed compatible string "snps,dw-pcie"
> 
> Applied all, thanks.

Ok, thanks, patches dropped from PCI patch queue.

Lorenzo