summaryrefslogtreecommitdiff
path: root/target/linux/patches/6.1.30/rockchip-pcie-timeout.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-07-02 13:12:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-07-02 13:12:29 +0200
commit5320b09ae42fc7d7d3b03eae9280f78e69de3225 (patch)
tree371192acae4e39c2a8f98c45362e25e44f712f38 /target/linux/patches/6.1.30/rockchip-pcie-timeout.patch
parente167927e50bf188baddc2ff6be2e7f822d328f68 (diff)
linux: update 6.1.x
Diffstat (limited to 'target/linux/patches/6.1.30/rockchip-pcie-timeout.patch')
-rw-r--r--target/linux/patches/6.1.30/rockchip-pcie-timeout.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/patches/6.1.30/rockchip-pcie-timeout.patch b/target/linux/patches/6.1.30/rockchip-pcie-timeout.patch
deleted file mode 100644
index 2ef7df2da..000000000
--- a/target/linux/patches/6.1.30/rockchip-pcie-timeout.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur linux-6.0.11.orig/drivers/pci/controller/pcie-rockchip-host.c linux-6.0.11/drivers/pci/controller/pcie-rockchip-host.c
---- linux-6.0.11.orig/drivers/pci/controller/pcie-rockchip-host.c 2022-12-02 17:43:18.000000000 +0100
-+++ linux-6.0.11/drivers/pci/controller/pcie-rockchip-host.c 2022-12-24 11:12:25.753213273 +0100
-@@ -327,10 +327,10 @@
-
- gpiod_set_value_cansleep(rockchip->ep_gpio, 1);
-
-- /* 500ms timeout value should be enough for Gen1/2 training */
-+ /* 1000ms timeout value should be enough for Gen1/2 training */
- err = readl_poll_timeout(rockchip->apb_base + PCIE_CLIENT_BASIC_STATUS1,
- status, PCIE_LINK_UP(status), 20,
-- 500 * USEC_PER_MSEC);
-+ 1000 * USEC_PER_MSEC);
- if (err) {
- dev_err(dev, "PCIe link training gen1 timeout!\n");
- goto err_power_off_phy;