]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: tegra: Fix non-prefetchable aperture of PCIe C3 controller
authorVidya Sagar <vidyas@nvidia.com>
Tue, 25 Oct 2022 18:25:08 +0000 (23:55 +0530)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2022 12:30:13 +0000 (13:30 +0100)
Fix the starting address of the non-prefetchable aperture of PCIe C3
controller.

Fixes: ec142c44b026 ("arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT")
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 22dc93a326f034920c9a283a7844d9c1ff173950..aa278f565eea71e77eab32da9614fe61bab6201f 100644 (file)
                bus-range = <0x0 0xff>;
 
                ranges = <0x43000000 0x21 0x00000000 0x21 0x00000000 0x0 0x28000000>, /* prefetchable memory (640 MB) */
-                        <0x02000000 0x0  0x40000000 0x21 0xe8000000 0x0 0x08000000>, /* non-prefetchable memory (128 MB) */
+                        <0x02000000 0x0  0x40000000 0x21 0x28000000 0x0 0x08000000>, /* non-prefetchable memory (128 MB) */
                         <0x01000000 0x0  0x34100000 0x00 0x34100000 0x0 0x00100000>; /* downstream I/O (1 MB) */
 
                interconnects = <&mc TEGRA234_MEMORY_CLIENT_PCIE3R &emc>,