[PATCH v2 00/12] Add label to pcie nodes

Wasim Khan wasim.khan at nxp.com
Tue Aug 4 13:18:13 CEST 2020


This patch series
- Adds label to pcie nodes in dts file for NXP's layerscape SoCs 
- Print the pcie controller number starting from 1 to match RMs
- Add checks for config resource size and fix indendation.

Changes in V2:
- Enable CONFIG_PCIE_LAYERSCAPE_GEN4 to make LX2160A-Rev1 work
- Fix CheckPatch issues
- Change 1KB size check to 4KB size check for ls_pcie_g4.
- Commit description updates

Wasim Khan (12):
  configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4
  pci: layerscape: Print pcie controller number starting from 1
  pci: ls_pcie_g4: Print pcie controller number starting from 1
  arm: dts: lx2160a: add label to pcie nodes in dts
  arm: dts: ls1046a: add label to pcie nodes in dts
  arm: dts: ls2080a: add label to pcie nodes in dts
  arm: dts: ls1088a: add label to pcie nodes in dts
  arm: dts: ls1012a: add label to pcie nodes in dts
  arm: dts: ls1043a: add label to pcie nodes in dts
  arm: dts: ls1028a: add label to pcie nodes in dts
  pci: layerscape: Add size check for config resource
  pci: ls_pcie_g4: Add size check for config resource

 arch/arm/dts/fsl-ls1012a.dtsi                |  3 ++-
 arch/arm/dts/fsl-ls1028a.dtsi                |  6 +++---
 arch/arm/dts/fsl-ls1043a.dtsi                |  9 +++++----
 arch/arm/dts/fsl-ls1046a.dtsi                | 12 ++++++------
 arch/arm/dts/fsl-ls1088a.dtsi                |  8 ++++----
 arch/arm/dts/fsl-ls2080a.dtsi                | 11 ++++++-----
 arch/arm/dts/fsl-lx2160a.dtsi                | 12 ++++++------
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160aqds_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160ardb_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_stmm_defconfig        |  1 +
 drivers/pci/pcie_layerscape_ep.c             |  4 +++-
 drivers/pci/pcie_layerscape_gen4.c           | 19 +++++++++++++++----
 drivers/pci/pcie_layerscape_rc.c             | 14 +++++++++++---
 15 files changed, 66 insertions(+), 37 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list