1
0

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>
Este cometimento está contido em:
Krzysztof Kozlowski
2018-07-09 18:05:17 +02:00
cometido por Thierry Reding
ascendente f48ba1ae6a
cometimento 482997699e
23 ficheiros modificados com 28 adições e 24 eliminações

Ver ficheiro

@@ -11,8 +11,9 @@
#address-cells = <1>;
#size-cells = <1>;
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x0>;
};
host1x@50000000 {