arm64: tegra: Use standard names for SRAM nodes
authorThierry Reding <treding@nvidia.com>
Fri, 12 Jun 2020 07:44:58 +0000 (09:44 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Jul 2020 09:05:47 +0000 (11:05 +0200)
SRAM nodes should be named sram@<unit-address> to match the bindings.

While at it, also remove the unneeded, custom compatible string for
SRAM partition nodes.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index a9412e23e2da9fc3a993760866b7936453677004..34d249d85da7653a9252ac1fff3c653aea9da2db 100644 (file)
                interconnect-names = "dma-mem", "write-0", "read-1", "write-1";
        };
 
-       sysram@30000000 {
+       sram@30000000 {
                compatible = "nvidia,tegra186-sysram", "mmio-sram";
                reg = <0x0 0x30000000 0x0 0x50000>;
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x30000000 0x50000>;
 
-               cpu_bpmp_tx: shmem@4e000 {
-                       compatible = "nvidia,tegra186-bpmp-shmem";
+               cpu_bpmp_tx: sram@4e000 {
                        reg = <0x4e000 0x1000>;
                        label = "cpu-bpmp-tx";
                        pool;
                };
 
-               cpu_bpmp_rx: shmem@4f000 {
-                       compatible = "nvidia,tegra186-bpmp-shmem";
+               cpu_bpmp_rx: sram@4f000 {
                        reg = <0x4f000 0x1000>;
                        label = "cpu-bpmp-rx";
                        pool;
index 3089ebecfbef9e154b4a4f1c893f460114c9b208..2ecb80e1b09dad24216ed4edc630c0b2b2e77b38 100644 (file)
                nvidia,aspm-l0s-entrance-latency-us = <3>;
        };
 
-       sysram@40000000 {
+       sram@40000000 {
                compatible = "nvidia,tegra194-sysram", "mmio-sram";
                reg = <0x0 0x40000000 0x0 0x50000>;
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x40000000 0x50000>;
 
-               cpu_bpmp_tx: shmem@4e000 {
-                       compatible = "nvidia,tegra194-bpmp-shmem";
+               cpu_bpmp_tx: sram@4e000 {
                        reg = <0x4e000 0x1000>;
                        label = "cpu-bpmp-tx";
                        pool;
                };
 
-               cpu_bpmp_rx: shmem@4f000 {
-                       compatible = "nvidia,tegra194-bpmp-shmem";
+               cpu_bpmp_rx: sram@4f000 {
                        reg = <0x4f000 0x1000>;
                        label = "cpu-bpmp-rx";
                        pool;