tegra234: Correct the PCIE prefetch memory range

Fix the PCIE prefetch memory range for p3740-0002+p3701-0008.

Bug 4650009

Change-Id: I229de350c5ab1e87b5c60181569468e00558441a
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3137700
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com>
This commit is contained in:
Laxman Dewangan
2024-05-14 17:27:33 +00:00
committed by mobile promotions
parent e5ca79c865
commit 57c3e682de
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@
ranges = <0x81000000 0x00 0x3a100000 0x00 0x3a100000 0x0 0x00100000 /* downstream I/O (1MB) */ ranges = <0x81000000 0x00 0x3a100000 0x00 0x3a100000 0x0 0x00100000 /* downstream I/O (1MB) */
0x82000000 0x00 0x40000000 0x2e 0x30000000 0x0 0x08000000 /* non-prefetchable memory (128MB) */ 0x82000000 0x00 0x40000000 0x2e 0x30000000 0x0 0x08000000 /* non-prefetchable memory (128MB) */
0xc3000000 0x27 0x40000000 0x27 0x40000000 0x6 0xe0000000>; /* prefetchable memory (28160MB) */ 0xc3000000 0x28 0x00000000 0x28 0x00000000 0x6 0x20000000>; /* prefetchable memory (25088MB) */
}; };
gpu@17000000 { gpu@17000000 {

View File

@@ -43,7 +43,7 @@
0x2b 0x30000000 0x00 0x10000000>; 0x2b 0x30000000 0x00 0x10000000>;
ranges = <0x81000000 0x00 0x28100000 0x00 0x28100000 0x00 0x100000 ranges = <0x81000000 0x00 0x28100000 0x00 0x28100000 0x00 0x100000
0x82000000 0x00 0x28200000 0x00 0x28200000 0x00 0x13600000 0x82000000 0x00 0x28200000 0x00 0x28200000 0x00 0x13600000
0xc3000000 0x27 0x40000000 0x27 0x40000000 0x03 0xe8000000>; 0x43000000 0x28 0x00000000 0x28 0x00000000 0x03 0x28000000>;
nvidia,controller-id = <&bpmp 5>; nvidia,controller-id = <&bpmp 5>;
}; };