[PATCH v1 0/4] Enable rk356x PCIe controller

From: Peter Geis
Date: Tue Apr 12 2022 - 14:58:08 EST


This series enables the DesignWare based PCIe controller on the rk356x
series of chips.
We drop the fallback to the core driver due to compatibility issues.
We add support for legacy interrupts for cards that lack MSI support
(which is partially broken currently).
We then add the device tree nodes to enable PCIe on the Quartz64 Model
A.

Patch 1 drops the snps,dw,pcie fallback from the dt-binding
Patch 2 adds legacy interrupt support to the driver
Patch 3 adds the device tree binding to the rk356x.dtsi
Patch 4 enables the PCIe controller on the Quartz64-A

Peter Geis (4):
dt-bindings: pci: remove fallback from Rockchip DesignWare binding
PCI: dwc: rockchip: add legacy interrupt support
arm64: dts: rockchip: add rk3568 pcie2x1 controller
arm64: dts: rockchip: enable pcie controller on quartz64-a

.../bindings/pci/rockchip-dw-pcie.yaml | 3 +-
.../boot/dts/rockchip/rk3566-quartz64-a.dts | 34 +++++++
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 68 +++++++++++++-
drivers/pci/controller/dwc/pcie-dw-rockchip.c | 92 ++++++++++++++++++-
4 files changed, 189 insertions(+), 8 deletions(-)

--
2.25.1