Skip to content

Commit e5bd100

Browse files
committed
Merge tag 'tegra-for-6.3-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc-fixes
arm64: tegra: Device tree fixes for v6.3-rc1 This contains a fix for the CBB bus' ranges property on Tegra194 and Tegra234 that restores proper translation of PCI addresses. * tag 'tegra-for-6.3-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 98dba58 + 4bb54c2 commit e5bd100

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)