]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: tegra: Use standard names for SRAM nodes
authorThierry Reding <treding@nvidia.com>
Thu, 11 Jun 2020 17:58:33 +0000 (19:58 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 25 Jun 2020 07:29:45 +0000 (09:29 +0200)
SRAM nodes should be named sram@<unit-address> to match the bindings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi

index e51d7618f9c9340e8e71ed1d2c75f0b13dea7c12..899ec5a1e1f9a83872988cb91cc24cde65a82655 100644 (file)
                reg = <0 0>;
        };
 
-       iram@40000000 {
+       sram@40000000 {
                compatible = "mmio-sram";
                reg = <0x40000000 0x40000>;
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0 0x40000000 0x40000>;
 
-               vde_pool: vde@400 {
+               vde_pool: sram@400 {
                        reg = <0x400 0x3fc00>;
                        pool;
                };
index def18a86a36a3621e6f459e92fb1dfae491b1ae4..2007c603aba2ef2abf127b8d1ee261eface0dfc9 100644 (file)
                };
        };
 
-       iram@40000000 {
+       sram@40000000 {
                compatible = "mmio-sram";
                reg = <0x40000000 0x40000>;
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0 0x40000000 0x40000>;
 
-               vde_pool: vde@400 {
+               vde_pool: sram@400 {
                        reg = <0x400 0x3fc00>;
                        pool;
                };