]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM64: dts: amlogic: Clean up Vega S95 /memory nodes
authorAndreas Färber <afaerber@suse.de>
Wed, 16 Mar 2016 23:10:53 +0000 (00:10 +0100)
committerCarlo Caione <carlo@endlessm.com>
Wed, 30 Mar 2016 17:52:33 +0000 (19:52 +0200)
Resolve the following warnings from new dtc by adding the unit address:

    DTC     arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-pro.dtb
  Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
    DTC     arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-meta.dtb
  Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
    DTC     arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-telos.dtb
  Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

Fixes: cc733bc90636 ("ARM64: dts: amlogic: Add Tronsmart Vega S95 configs")
Signed-off-by: Andreas Färber <afaerber@suse.de>
arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-meta.dts
arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-pro.dts
arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-telos.dts

index 399aff9e79754dd795257a6940979d97da957606..62fb4968d680861e5061cf581b30d1538b68cd70 100644 (file)
@@ -48,7 +48,7 @@
        compatible = "tronsmart,vega-s95-meta", "tronsmart,vega-s95", "amlogic,meson-gxbb";
        model = "Tronsmart Vega S95 Meta";
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };
index ac5a241b5ec2f4b586eb1da8f51f1242382660e8..9a9663abdf5c0123b1d2cb34182697434cca5286 100644 (file)
@@ -48,7 +48,7 @@
        compatible = "tronsmart,vega-s95-pro", "tronsmart,vega-s95", "amlogic,meson-gxbb";
        model = "Tronsmart Vega S95 Pro";
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x40000000>;
        };
index fff7bfa2aa39b04ef2c7a0c04068db33e642d1df..2fe167b2609dca43c909e6f700128438812493e9 100644 (file)
@@ -48,7 +48,7 @@
        compatible = "tronsmart,vega-s95-telos", "tronsmart,vega-s95", "amlogic,meson-gxbb";
        model = "Tronsmart Vega S95 Telos";
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };