PCI: imx6: Remove LTSSM disable workaround
authorLucas Stach <l.stach@pengutronix.de>
Fri, 20 Jan 2017 15:58:37 +0000 (16:58 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 30 Jan 2017 23:00:31 +0000 (17:00 -0600)
commita71280722eeba8f1afa51ad6656028dcb96e110b
treebf49dbe30522e774e9cf3fee4a46fe36512a0bfd
parentcaf3f562e1161a86bd48a4c4c33af89d3693c658
PCI: imx6: Remove LTSSM disable workaround

This causes CPU hangs when the system is reset by the watchdog, as the GPRs
aren't cleared, but the clocks are back to disabled state.

If the bootloader uses PCIe, it must take care to bring it down into a safe
state, before passing control to the Linux kernel.  This is the only way to
get a properly operating system at all times and circumstances.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-imx6.c