commit | 0ef7905c058b28008021c5f11027325b01537792 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Feb 15 11:34:01 2022 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Feb 17 14:17:07 2022 +0100 |
tree | 4f5a68d814bbbfcf80410c9888869f0b86070fac | |
parent | 4d73e819fb41d5c22e6bfcc17b0baf75fac09118 [diff] |
pci: mvebu: Ensure that root port is always on root zero bus Writing to the PCI_PRIMARY_BUS register of the root port should not change bus number on which is root port present. Same change and exactly same fix as was done in commit for pci-aardvark.c. Fixes: a7b61ab58d5d ("pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port)") Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>