mbox series

[0/3] arm64: dts: PCI: lx2160 use fsl,lx2160ar2-pcie

Message ID 20240826-2160r2-v1-0-106340d538d6@nxp.com
Headers show
Series arm64: dts: PCI: lx2160 use fsl,lx2160ar2-pcie | expand

Message

Frank Li Aug. 26, 2024, 9:38 p.m. UTC
Only lx2160 rev1 use mobivel PCIe controller. Rev2 switch to use designware
PCIe controller. Rev2 is mass production version. Rev1 will not be
maintained and used in future. And no road map to use mobivel PCIe
controller.

Driver part:
https://lore.kernel.org/imx/20240808-mobivel_cleanup-v1-0-f4f6ea5b16de@nxp.com/
Bjorn and mani have some concern about delete it directly.

V2 try not to build defaultly to make change visuable to do prepare for
futher clean up.
https://lore.kernel.org/imx/20240815182420.58821-1-Frank.Li@nxp.com/

Dts part.
previous version:
https://lore.kernel.org/imx/ac41ac85-fdf5-4aa8-953d-6b3ab3c23f37@kernel.org/

2020 yang li try to do the same thing.
https://lore.kernel.org/all/20220817202538.21493-2-leoyang.li@nxp.com/

Olof Johansson report (HoneyComb LX2K) use ver1 chip. NXP can't prevent
3rd parting to build their production with evaluation chip. Rev1's
informaiton have been removed from nxp.com.

Any way, to reduce impact, just apply rev2 to nxp's boards, qds and rdb.
It can apply to more boards gradually.

To: Bjorn Helgaas <bhelgaas@google.com>
To: Lorenzo Pieralisi <lpieralisi@kernel.org>
To: Krzysztof Wilczyński <kw@linux.com>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Shawn Guo <shawnguo@kernel.org>
To: Olof Johansson <olof@lixom.net>
Cc: Krzysztof Wilczyński <kwilczynski@kernel.org>
Cc: linux-pci@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: imx@lists.linux.dev

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Frank Li (3):
      dt-bindings: PCI: layerscape-pci: Replace fsl,lx2160a-pcie with fsl,lx2160ar2-pcie
      arm64: dts: fsl-lx2160a: add rev2 support
      arm64: dts: fsl-lx2160a: include rev2 chip's dts

 .../bindings/pci/fsl,layerscape-pcie.yaml          |  26 ++--
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts  |   2 +-
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |   2 +-
 .../arm64/boot/dts/freescale/fsl-lx2160a-rev2.dtsi | 170 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts  |   2 +-
 6 files changed, 188 insertions(+), 16 deletions(-)
---
base-commit: 182a1659076d1ae4115534f43e40e94001fd68a6
change-id: 20240816-2160r2-4783f2f067e8

Best regards,
---
Frank Li <Frank.Li@nxp.com>