PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS
authorJon Mason <jon.mason@broadcom.com>
Tue, 4 Apr 2017 19:32:33 +0000 (19:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Apr 2017 10:41:21 +0000 (12:41 +0200)
commit28dd2313a6e4144a3cd41bc112b2d951dcf09a53
treeec79b8b9cb74597c3e30229c25b897b861b77503
parent35b366d584da2a82444f73d8c17d5afb84b3f8e2
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS

[ Upstream commit ce709f86501a013e941e9986cb072eae375ddf3e ]

The Broadcom Northstar2 SoC has a number of quirks for the PAXC
(internal/fake) PCI bus.  Specifically, the PCI config space is shared
between the root port and the first PF (ie., PF0), and a number of fields
are tied to zero (thus preventing them from being set).  These cannot be
"fixed" in device firmware, so we must fix them with a quirk.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/quirks.c