]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: mediatek: add support for upstream split PCIe node
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 12 Aug 2024 12:31:48 +0000 (14:31 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 17:17:39 +0000 (11:17 -0600)
commita60c20bda8ad917af7952364b8159ea31c50f358
tree817902758fd26a547aae2a170829256813278522
parent6dd95456f741ab08e444c4c338ad43c09f11bea4
pci: mediatek: add support for upstream split PCIe node

Add support for upstream linux split PCIe node.

Upstream linux have an alternative way to declare PCIe nodes that splits
them in dedicated nodes for each line instead of putting them all in one
node.

Detect this by checking if the mediatek,generic-pciecfg node is passed
as it's used to reference the common address for all the PCIe lines.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/pci/pcie_mediatek.c