ARM: tegra: Fix unit_address_vs_reg DTC warnings for /memory

Add a generic /memory node in each Tegra DTSI (with empty reg property,
to be overidden by each DTS) and set proper unit address for /memory
nodes to fix the DTC warnings:

    arch/arm/boot/dts/tegra20-harmony.dtb: Warning (unit_address_vs_reg):
        /memory: node has a reg or ranges property, but no unit name

The DTB after the change is the same as before except adding
unit-address to /memory node.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Krzysztof Kozlowski
2018-07-09 18:05:17 +02:00
committed by Thierry Reding
parent f48ba1ae6a
commit 482997699e
23 changed files with 28 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
reg = <0x00000000 0x40000000>;
};