arm64: tegra: Update Jetson overlay for Linux v6.3

Commit 2838cfddbc1c ("arm64: tegra: Bump #address-cells and
#size-cells") updated the address-cells and size-cells for the bus@0
node to be 64-bits. Update the Tegra194 Jetson overlay to work with the
latest upstream device-tree.

Bug 4075345

Change-Id: Iabed119515adade6614ee80f74b42181e3af1729
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2920655
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Jon Hunter
2023-06-13 10:57:25 +01:00
committed by mobile promotions
parent bf473bccc0
commit e4f4ae06b6

View File

@@ -21,17 +21,17 @@
fragment@0 { fragment@0 {
target-path = "/bus@0/host1x@13e00000"; target-path = "/bus@0/host1x@13e00000";
__overlay__ { __overlay__ {
#address-cells = <1>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <2>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
ranges = <0x14800000 0x14800000 0x02800000>, ranges = <0x0 0x14800000 0x0 0x14800000 0x0 0x02800000>,
<0x24f00000 0x24f00000 0x00100000>; <0x0 0x24f00000 0x0 0x24f00000 0x0 0x00100000>;
nvdla0@15880000 { nvdla0@15880000 {
compatible = "nvidia,tegra194-nvdla"; compatible = "nvidia,tegra194-nvdla";
reg = <0x15880000 0x00040000>; reg = <0x0 0x15880000 0x0 0x00040000>;
interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA194_CLK_DLA0_CORE>, clocks = <&bpmp TEGRA194_CLK_DLA0_CORE>,
<&bpmp TEGRA194_CLK_DLA0_FALCON>; <&bpmp TEGRA194_CLK_DLA0_FALCON>;
@@ -51,7 +51,7 @@
nvdla1@158c0000 { nvdla1@158c0000 {
compatible = "nvidia,tegra194-nvdla"; compatible = "nvidia,tegra194-nvdla";
reg = <0x158c0000 0x00040000>; reg = <0x0 0x158c0000 0x0 0x00040000>;
interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA194_CLK_DLA1_CORE>, clocks = <&bpmp TEGRA194_CLK_DLA1_CORE>,
<&bpmp TEGRA194_CLK_DLA1_FALCON>; <&bpmp TEGRA194_CLK_DLA1_FALCON>;
@@ -72,8 +72,8 @@
pva0@16000000 { pva0@16000000 {
compatible = "nvidia,tegra194-pva"; compatible = "nvidia,tegra194-pva";
power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PVAA>; power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PVAA>;
reg = <0x16000000 0x00800000>, reg = <0x0 0x16000000 0x0 0x00800000>,
<0x24f00000 0x00080000>; <0x0 0x24f00000 0x0 0x00080000>;
interrupts = <GIC_SPI 234 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 234 IRQ_TYPE_LEVEL_HIGH>;
resets = <&bpmp TEGRA194_RESET_PVA0_ALL>; resets = <&bpmp TEGRA194_RESET_PVA0_ALL>;
@@ -102,8 +102,8 @@
pva1@16800000 { pva1@16800000 {
compatible = "nvidia,tegra194-pva"; compatible = "nvidia,tegra194-pva";
power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PVAB>; power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PVAB>;
reg = <0x16800000 0x00800000>, reg = <0x0 0x16800000 0x0 0x00800000>,
<0x24f80000 0x00080000>; <0x0 0x24f80000 0x0 0x00080000>;
interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>;
resets = <&bpmp TEGRA194_RESET_PVA1_ALL>; resets = <&bpmp TEGRA194_RESET_PVA1_ALL>;