]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: tegra: Update Tegra234 BPMP channel addresses
authorMikko Perttunen <mperttunen@nvidia.com>
Fri, 12 Nov 2021 12:35:39 +0000 (13:35 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 17 Oct 2022 09:56:02 +0000 (11:56 +0200)
BugLink: https://bugs.launchpad.net/bugs/1990162
[ Upstream commit 98094be152d34f8014ca67fbdc210e5261c4b09d ]

On final Tegra234 systems, shared memory for communication with BPMP is
located at offset 0x70000 in SYSRAM.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 28961ed31d87f27ba2db8e33b815515f3a6698aa..144a7eb699a75d07306708c0e5ca634d30527013 100644 (file)
 
        sram@40000000 {
                compatible = "nvidia,tegra234-sysram", "mmio-sram";
-               reg = <0x0 0x40000000 0x0 0x50000>;
+               reg = <0x0 0x40000000 0x0 0x80000>;
                #address-cells = <1>;
                #size-cells = <1>;
-               ranges = <0x0 0x0 0x40000000 0x50000>;
+               ranges = <0x0 0x0 0x40000000 0x80000>;
 
-               cpu_bpmp_tx: sram@4e000 {
-                       reg = <0x4e000 0x1000>;
+               cpu_bpmp_tx: sram@70000 {
+                       reg = <0x70000 0x1000>;
                        label = "cpu-bpmp-tx";
                        pool;
                };
 
-               cpu_bpmp_rx: sram@4f000 {
-                       reg = <0x4f000 0x1000>;
+               cpu_bpmp_rx: sram@71000 {
+                       reg = <0x71000 0x1000>;
                        label = "cpu-bpmp-rx";
                        pool;
                };