arm64: tegra: Add unit-address to memory node
authorThierry Reding <treding@nvidia.com>
Thu, 11 Jun 2020 18:06:44 +0000 (20:06 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 23 Jun 2020 16:27:04 +0000 (18:27 +0200)
The memory node requires a unit-address. For some boards the bootloader,
which is usually locked down, uses a hard-coded name for the memory node
without a unit-address, so we can't fix it on those boards.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts

index 9f3206c63900f98e760da9315f55ee7c559eb2f9..d0d03cc30197ba2057a3bd3b74790bc1129b88d3 100644 (file)
@@ -18,7 +18,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x80000000>;
        };
index de049d8d458a5ec4f667498fc6e2f6910d622d75..7b5b9bb332cf65f9d564a6893a1f3fabed171820 100644 (file)
@@ -27,7 +27,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x2 0x00000000>;
        };
index cc6ed45a2b485875368716315f22814db3cfbf28..751775357d51133d54e7eb9eca9746454d5da8b1 100644 (file)
@@ -17,7 +17,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x1 0x0>;
        };
index d0dc0392372372785f8d908059887a1e68b84fd9..9ace2d9ea085ae9319dc396f1dd010101a891857 100644 (file)
@@ -14,7 +14,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0xc0000000>;
        };
index 88a4b9333d84fee4561125e58bc82bfb9b290233..615a8f5a6cf2f77e409f3a39f2d5708e023ad346 100644 (file)
@@ -16,7 +16,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0xc0000000>;
        };
index 53d7d4ed95883cdb004a2a53e2089ba141fd7c58..146353f4c0cc30d85dc5f9295cfe0ee8f6129723 100644 (file)
@@ -22,7 +22,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x1 0x0>;
        };