mediatek: add tag for upstreamed patches
[openwrt/staging/lynxis.git] / target / linux / mediatek / patches-5.15 / 922-v6.1-PCI-mediatek-gen3-change-driver-name-to-mtk-pcie-gen.patch
1 From: Felix Fietkau <nbd@nbd.name>
2 Date: Wed, 4 May 2022 12:03:42 +0200
3 Subject: [PATCH] PCI: mediatek-gen3: change driver name to mtk-pcie-gen3
4
5 This allows it to coexist with the other mtk pcie driver in the same kernel
6
7 Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 ---
9
10 --- a/drivers/pci/controller/pcie-mediatek-gen3.c
11 +++ b/drivers/pci/controller/pcie-mediatek-gen3.c
12 @@ -1025,7 +1025,7 @@ static struct platform_driver mtk_pcie_d
13 .probe = mtk_pcie_probe,
14 .remove = mtk_pcie_remove,
15 .driver = {
16 - .name = "mtk-pcie",
17 + .name = "mtk-pcie-gen3",
18 .of_match_table = mtk_pcie_of_match,
19 .pm = &mtk_pcie_pm_ops,
20 },