commit | 50d1dba1013dfbefe2ef394f7bdeb3b6e07a7b76 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Oct 05 17:00:40 2015 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Thu Nov 12 09:21:05 2015 -0700 |
tree | ba759fd02ef4fac16920e3f34219b943be193648 | |
parent | 553b61e90aca6fa9cf691617222720096cdfad2e [diff] |
pci: tegra: clip RAM size to 32-bits Tegra peripherals can generally access a 32-bit physical address space, and I believe this applies to PCIe. Clip the PCI region that refers to DRAM so it fits into 32-bits to avoid issues. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>