Skip to content

Commit 1b79ae2

Browse files
committed
arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2186348 commit 4bb54c2 Author: Thierry Reding <treding@nvidia.com> Date: Tue, 14 Feb 2023 15:05:49 +0100 Both Xavier (Tegra194) and Orin (Tegra234) support a 40-bit address map, so bump the CBB ranges property to cover all of the 1 TiB address space. This fixes an issue where some of the PCIe regions could not be remapped because of they were outside the memory specified by the CBB's ranges property. Reported-by: Jonathan Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mark Salter <msalter@redhat.com>
1 parent e112d70 commit 1b79ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/nvidia/tegra194.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#address-cells = <2>;
2424
#size-cells = <2>;
25-
ranges = <0x0 0x0 0x0 0x0 0x0 0x40000000>;
25+
ranges = <0x0 0x0 0x0 0x0 0x100 0x0>;
2626

2727
apbmisc: misc@100000 {
2828
compatible = "nvidia,tegra194-misc";

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#address-cells = <2>;
2222
#size-cells = <2>;
23-
ranges = <0x0 0x0 0x0 0x0 0x0 0x40000000>;
23+
ranges = <0x0 0x0 0x0 0x0 0x100 0x0>;
2424

2525
misc@100000 {
2626
compatible = "nvidia,tegra234-misc";

0 commit comments

Comments
 (0)