PCI: vmd: Fix shadow offsets to reflect spec changes
authorJon Derrick <jonathan.derrick@intel.com>
Mon, 16 Sep 2019 13:54:35 +0000 (07:54 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 16:20:59 +0000 (18:20 +0200)
commit956ce989c41f70f945a36827cf5c74a1439ef5ae
tree0c6953e029e3d64c9ae740a219d4bc8fa89bd37a
parent06f250215bebc57a5d90604afff9e4f1b35e2e52
PCI: vmd: Fix shadow offsets to reflect spec changes

commit a1a30170138c9c5157bd514ccd4d76b47060f29b upstream.

The shadow offset scratchpad was moved to 0x2000-0x2010. Update the
location to get the correct shadow offset.

Fixes: 6788958e4f3c ("PCI: vmd: Assign membar addresses from shadow registers")
Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: stable@vger.kernel.org # v5.2+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/controller/vmd.c