commit | cd9eb7e5b5d387c2f08f63928249940d8518ec03 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Sep 26 00:54:43 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Oct 08 08:37:55 2021 +0200 |
tree | e7482e86aebfc9acbd83ff001cf8f40241778673 | |
parent | 525886e4441dbb6ff747ff44e4519f58acad236c [diff] |
arm: a37xx: pci: Do not automatically enable bus mastering on PCI Bridge Now that PCI Bridge is working for the PCIe Root Port, U-Boot's PCI_PNP code automatically enables memory access and bus mastering when needed. We do not need to enable it when setting the HW up. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>