ARM: zynq: DT: Use 0x prefix for memory nodes
authorMichal Simek <michal.simek@xilinx.com>
Thu, 21 Aug 2014 09:21:09 +0000 (11:21 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 1 Sep 2014 11:11:36 +0000 (13:11 +0200)
Be align with the rest of zynq DTS and have 0
written as 0x0.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-parallella.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zed.dts

index 690e620..aadde02 100644 (file)
@@ -25,7 +25,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x40000000>;
+               reg = <0x0 0x40000000>;
        };
 
        chosen {
index 5efe200..88f732f 100644 (file)
@@ -20,7 +20,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x40000000>;
+               reg = <0x0 0x40000000>;
        };
 
        chosen {
index 93d1ed1..00eda36 100644 (file)
@@ -20,7 +20,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x20000000>;
+               reg = <0x0 0x20000000>;
        };
 
        chosen {