aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/dwc
diff options
context:
space:
mode:
authorTomasz Nowicki2017-03-31 17:06:44 +0200
committerBjorn Helgaas2017-04-03 15:10:21 -0500
commitfeb199ebef488a9f2c3550fb10524f3dac9d8abe (patch)
tree550c2cf1c487f1ddfacdb634e1c1f04489ae21b2 /drivers/pci/dwc
parent9abb27c7594a62bbf6385e20b7f5a90b4eceae2f (diff)
PCI: thunder-pem: Fix legacy firmware PEM-specific resources
SZ_16M PEM resource size includes PEM-specific register and its children resources. Reservation of the whole SZ_16M range leads to child device driver failure when pcieport driver is requesting resources: pcieport 0004:1f:00.0: can't enable device: BAR 0 [mem 0x87e0c0f00000-0x87e0c0ffffff 64bit] not claimed So we cannot reserve full 16M here and instead we want to reserve PEM-specific register only which is SZ_64K. At the end increase PEM resource to SZ_16M since this is what thunder_pem_init() call expects for proper initialization. Fixes: 9abb27c7594a ("PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller") Signed-off-by: Tomasz Nowicki <tn@semihalf.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: stable@vger.kernel.org # v4.10+
Diffstat (limited to 'drivers/pci/dwc')
0 files changed, 0 insertions, 0 deletions