commit | 95e101e86ae9d4dbc29ab82bcf1cfa8820a7ba4a | [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 | cb056005dc674fb5fce89d2b7bdc37594b180b68 [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>