Add DT binding documentation and device tree nodes to enable PCIe in J7200. Changes from v1: *) Renamed "pcie-ctrl" to "syscon" DT node and expanded "syscon" DT sub-node *) Fixed "cdns,max-outbound-regions" in EP mode and removed "cdns,max-outbound-regions" for RC mode. *) Remove patches specific to J721E V1 of the patch series can be found @: http://lore.kernel.org/r/20201102101154.13598-1-kishon@xxxxxx Kishon Vijay Abraham I (7): dt-bindings: mfd: ti,j721e-system-controller.yaml: Document "syscon" dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoC dt-bindings: PCI: Add EP mode dt-bindings for TI's J7200 SoC arm64: dts: ti: k3-j7200-main: Add DT for WIZ and SERDES arm64: dts: ti: k3-j7200-main: Add PCIe device tree node arm64: dts: ti: k3-j7200-common-proc-board: Enable SERDES0 arm64: dts: ti: k3-j7200-common-proc-board: Enable PCIe .../mfd/ti,j721e-system-controller.yaml | 40 ++++++ .../bindings/pci/ti,j721e-pci-ep.yaml | 10 +- .../bindings/pci/ti,j721e-pci-host.yaml | 16 ++- .../dts/ti/k3-j7200-common-proc-board.dts | 38 ++++++ arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 118 ++++++++++++++++++ 5 files changed, 217 insertions(+), 5 deletions(-) -- 2.17.1