]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: dt: tegra: format regs properties consistently
authorStephen Warren <swarren@nvidia.com>
Fri, 11 May 2012 22:26:03 +0000 (16:26 -0600)
committerStephen Warren <swarren@nvidia.com>
Mon, 14 May 2012 16:55:06 +0000 (10:55 -0600)
Place each reg "entry" on its own line, and wrap the whole list in
<> rather than each individual entry.

The convention chosen here is slightly arbitrary, but is not consistent
throughout all Tegra files.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi

index a6b135164ae0e6406944ad5f38b16eac6e8eb7a1..7f718bd03452a9c27e1bd4809df99c29daa81ad1 100644 (file)
@@ -13,8 +13,8 @@
                compatible = "arm,cortex-a9-gic";
                interrupt-controller;
                #interrupt-cells = <3>;
-               reg = <0x50041000 0x1000>,
-                     <0x50040100 0x0100>;
+               reg = <0x50041000 0x1000
+                      0x50040100 0x0100>;
        };
 
        pmu {
index 45547ad82972001ad018420c67c0e23901e61417..b52378a06fb3c0daa460a30de3b9868929c3e9a4 100644 (file)
@@ -13,8 +13,8 @@
                compatible = "arm,cortex-a9-gic";
                interrupt-controller;
                #interrupt-cells = <3>;
-               reg = <0x50041000 0x1000>,
-                     <0x50040100 0x0100>;
+               reg = <0x50041000 0x1000
+                      0x50040100 0x0100>;
        };
 
        pmu {
 
        ahub {
                compatible = "nvidia,tegra30-ahub";
-               reg = <0x70080000 0x200 0x70080200 0x100>;
+               reg = <0x70080000 0x200
+                      0x70080200 0x100>;
                interrupts = <0 103 0x04>;
                nvidia,dma-request-selector = <&apbdma 1>;