pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge
authorPali Rohár <pali@kernel.org>
Fri, 22 Oct 2021 14:22:13 +0000 (16:22 +0200)
committerStefan Roese <sr@denx.de>
Wed, 3 Nov 2021 05:45:26 +0000 (06:45 +0100)
commit42ab3b30046007f000adfd67427a72593f5b3d81
treef1aab483ad6ab09d3566458ff9d9cbd1d1c3244f
parent79b4eb21b486e30b29c5ba3038ea6ba0e1968458
pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge

Now that PCI Bridge is working, U-Boot's CONFIG_PCI_PNP code automatically
enables memory access and bus mastering when it is needed. So do not
prematurely enable memory access and bus mastering.

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>
drivers/pci/pci_mvebu.c