mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
6a2e17d5c1
The driver for MediaTek gen3 PCIe hosts de-asserts all reset signals at the same time using a single register write operation. Delay the de-assertion of the #PERST signal by 100ms as some PCIe devices fail to come up otherwise. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
21 lines
628 B
Diff
21 lines
628 B
Diff
From: Felix Fietkau <nbd@nbd.name>
|
|
Date: Wed, 4 May 2022 12:03:42 +0200
|
|
Subject: [PATCH] PCI: mediatek-gen3: change driver name to mtk-pcie-gen3
|
|
|
|
This allows it to coexist with the other mtk pcie driver in the same kernel
|
|
|
|
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
---
|
|
|
|
--- a/drivers/pci/controller/pcie-mediatek-gen3.c
|
|
+++ b/drivers/pci/controller/pcie-mediatek-gen3.c
|
|
@@ -1031,7 +1031,7 @@ static struct platform_driver mtk_pcie_d
|
|
.probe = mtk_pcie_probe,
|
|
.remove = mtk_pcie_remove,
|
|
.driver = {
|
|
- .name = "mtk-pcie",
|
|
+ .name = "mtk-pcie-gen3",
|
|
.of_match_table = mtk_pcie_of_match,
|
|
.pm = &mtk_pcie_pm_ops,
|
|
},
|