projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e75e2
)
PCI: tegra: Remove misleading PHYS_OFFSET
author
Thierry Reding
<
[email protected]
>
Tue, 9 Feb 2016 14:52:33 +0000
(15:52 +0100)
committer
Bjorn Helgaas
<
[email protected]
>
Tue, 8 Mar 2016 21:42:56 +0000
(15:42 -0600)
BARs are disabled when the size register is 0, so it's misleading to write
a base address into the start register.
Signed-off-by: Thierry Reding <
[email protected]
>
Signed-off-by: Bjorn Helgaas <
[email protected]
>
drivers/pci/host/pci-tegra.c
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pci-tegra.c
b/drivers/pci/host/pci-tegra.c
index 7bda73bf7c5e08639a855a41c1e9cadc7ace4df4..68d1f41b3cbfb85750cae417739f7ff076ee4202 100644
(file)
--- a/
drivers/pci/host/pci-tegra.c
+++ b/
drivers/pci/host/pci-tegra.c
@@
-771,7
+771,7
@@
static void tegra_pcie_setup_translations(struct tegra_pcie *pcie)
afi_writel(pcie, 0, AFI_FPCI_BAR5);
/* map all upstream transactions as uncached */
- afi_writel(pcie,
PHYS_OFFSET
, AFI_CACHE_BAR0_ST);
+ afi_writel(pcie,
0
, AFI_CACHE_BAR0_ST);
afi_writel(pcie, 0, AFI_CACHE_BAR0_SZ);
afi_writel(pcie, 0, AFI_CACHE_BAR1_ST);
afi_writel(pcie, 0, AFI_CACHE_BAR1_SZ);