commit | 0911bf9c08ad3add32c9b8fd6e3cfcfa63b32eb3 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Mon Aug 12 14:31:48 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 27 11:17:39 2024 -0600 |
tree | 817902758fd26a547aae2a170829256813278522 | |
parent | 2f07a6d625838c8c818b38bc8ff081e71dd7e700 [diff] |
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>