| From: |
| Frank Wunderlich <linux-AT-fw-web.de> |
| To: |
| linux-rockchip-AT-lists.infradead.org |
| Subject: |
| [PATCH v5 0/5] RK3568 PCIe V3 support |
| Date: |
| Thu, 25 Aug 2022 21:38:31 +0200 |
| Message-ID: |
| <20220825193836.54262-1-linux@fw-web.de> |
| Cc: |
| Frank Wunderlich <frank-w-AT-public-files.de>, Kishon Vijay Abraham I <kishon-AT-ti.com>, Vinod Koul <vkoul-AT-kernel.org>, Rob Herring <robh+dt-AT-kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt-AT-linaro.org>, Heiko Stuebner <heiko-AT-sntech.de>, Philipp Zabel <p.zabel-AT-pengutronix.de>, Yifeng Zhao <yifeng.zhao-AT-rock-chips.com>, Johan Jonker <jbx6244-AT-gmail.com>, Peter Geis <pgwipeout-AT-gmail.com>, Simon Xue <xxm-AT-rock-chips.com>, Liang Chen <cl-AT-rock-chips.com>, Shawn Lin <shawn.lin-AT-rock-chips.com>, linux-phy-AT-lists.infradead.org, devicetree-AT-vger.kernel.org, linux-arm-kernel-AT-lists.infradead.org, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
From: Frank Wunderlich <frank-w@public-files.de>
This series adds Rockchip PCIe V3 support found on rk3568 SOC.
Compared to PCIeV2 which uses the Naneng combphy, PCIe v3 uses a dedicated
PCI-phy.
Frank Wunderlich (4):
dt-bindings: phy: rockchip: add PCIe v3 phy
dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf
arm64: dts: rockchip: rk3568: Add PCIe v3 nodes
arm64: dts: rockchip: Add PCIe v3 nodes to BPI-R2-Pro
Shawn Lin (1):
phy: rockchip: Support PCIe v3
.../bindings/phy/rockchip,pcie3-phy.yaml | 80 +++++
.../devicetree/bindings/soc/rockchip/grf.yaml | 3 +
.../boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 117 +++++++
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 122 +++++++
drivers/phy/rockchip/Kconfig | 9 +
drivers/phy/rockchip/Makefile | 1 +
.../phy/rockchip/phy-rockchip-snps-pcie3.c | 319 ++++++++++++++++++
include/linux/phy/pcie.h | 12 +
8 files changed, 663 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c
create mode 100644 include/linux/phy/pcie.h
--
2.34.1