diff options
author | Vidya Sagar <vidyas@nvidia.com> | 2020-11-25 20:22:34 +0100 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2020-12-01 11:35:02 +0100 |
commit | 369b868f4a2ef89ee1c929d630058eac83015189 (patch) | |
tree | cc3297714d13ecdc1dcc4f14a89adcb4423fce5a /Makefile | |
parent | PCI: dwc: exynos: Rework the driver to support Exynos5433 variant (diff) | |
download | linux-369b868f4a2ef89ee1c929d630058eac83015189.tar.xz linux-369b868f4a2ef89ee1c929d630058eac83015189.zip |
PCI: tegra: Move "dbi" accesses to post common DWC initialization
commit a0fd361db8e5 ("PCI: dwc: Move "dbi", "dbi2", and "addr_space"
resource setup into common code") moved the code that sets up dbi_base
to DWC common code thereby creating a requirement to not access the "dbi"
region before calling common DWC initialization code. But, Tegra194
already had some code that programs some of the "dbi" registers resulting
in system crash. This patch addresses that issue by refactoring the code
to have accesses to the "dbi" region only after common DWC initialization.
Link: https://lore.kernel.org/r/20201125192234.2270-1-vidyas@nvidia.com
Fixes: a0fd361db8e5 ("PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code")
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions