]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: zynq: Fix W=1 dtc 1.4 warnings
authorMichal Simek <michal.simek@xilinx.com>
Tue, 15 Nov 2016 14:02:18 +0000 (15:02 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 16 Nov 2016 08:28:37 +0000 (09:28 +0100)
The patch removes these warnings reported by dtc 1.4:
Warning (unit_address_vs_reg): Node /pmu has a reg or ranges property,
but no unit name
Warning (unit_address_vs_reg): Node /fixedregulator@0 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node /memory has a reg or ranges
property, but no unit name

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Julia Cartwright <julia@ni.com>
Series-to: arm-soc
arch/arm/boot/dts/zynq-7000.dtsi
arch/arm/boot/dts/zynq-parallella.dts
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zed.dts
arch/arm/boot/dts/zynq-zybo.dts

index f47a6c1cc752d4a14434d4f54c667c9ff1b54e37..402b5bbe3b5bcf17691f393c278bae61561c4c2f 100644 (file)
                };
        };
 
-       pmu {
+       pmu@f8891000 {
                compatible = "arm,cortex-a9-pmu";
                interrupts = <0 5 4>, <0 6 4>;
                interrupt-parent = <&intc>;
                reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >;
        };
 
-       regulator_vccpint: fixedregulator@0 {
+       regulator_vccpint: fixedregulator {
                compatible = "regulator-fixed";
                regulator-name = "VCCPINT";
                regulator-min-microvolt = <1000000>;
index 307ed201d6589607c1bd3ccd82f5a1f8fc390fb4..64a6390fc5017bdd111a88947e736fd1364b85ef 100644 (file)
@@ -28,7 +28,7 @@
                serial0 = &uart1;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
index e96959b2e67ada5c53bad2f49122556fb8f32c12..0cdad2cc8b78678c63b1ca06a5dec22f76527ae0 100644 (file)
@@ -24,7 +24,7 @@
                serial0 = &uart1;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
index be6a986bbbd80a643d612e1fad55c997194089a3..ad4bb06dba251d15bd282b9d7ee7a04185c7d201 100644 (file)
@@ -24,7 +24,7 @@
                serial0 = &uart1;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
index 7250c1eac7f9d38ec811633a41533131a2daae0f..325379f7983cd386af42aeafb758a1c22895d622 100644 (file)
@@ -23,7 +23,7 @@
                serial0 = &uart1;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x20000000>;
        };
index d9e0f3e7067113b771fa9c2bb1bdd2d0dbd50610..590ec24b8749649d1d4e6660c887e2d3448161af 100644 (file)
@@ -23,7 +23,7 @@
                serial0 = &uart1;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x20000000>;
        };