ARM: dts: nspire: Add unit name addresses to memory nodes
authorAndrew Davis <afd@ti.com>
Wed, 12 Jun 2024 15:13:13 +0000 (10:13 -0500)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 23 Jun 2024 10:55:34 +0000 (12:55 +0200)
Fixes the following DTB check warning:

> node has a reg or ranges property, but no unit name

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240612151314.27967-1-afd@ti.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/nspire/nspire-classic.dtsi
arch/arm/boot/dts/nspire/nspire-cx.dts

index a6e9cbf51524df90c43466cc67147cf7f365154c..0ee53d3ecd54250bfc72a5a5d98e2a66ffcd227d 100644 (file)
@@ -55,7 +55,7 @@
 };
 
 / {
-       memory {
+       memory@10000000 {
                device_type = "memory";
                reg = <0x10000000 0x2000000>; /* 32 MB */
        };
index 29f0181e5b38522878a83bc7d78fd3149695ac91..debeff0ec010f27224cab6b28aa6c905ca953aad 100644 (file)
        model = "TI-NSPIRE CX";
        compatible = "ti,nspire-cx";
 
-       memory {
+       memory@10000000 {
                device_type = "memory";
                reg = <0x10000000 0x4000000>; /* 64 MB */
        };