aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-11 18:26:03 -0400
committerStephen Warren <swarren@nvidia.com>2012-05-14 12:55:06 -0400
commit5ff488875b982f5a1acc02ba74b23d2802d2613a (patch)
tree2d462895b5992138c92a237f282401c9ab9c9ecd /arch/arm/boot
parentc44e438a7ff53b14d0fc433258b93948e1884f22 (diff)
ARM: dt: tegra: format regs properties consistently
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi4
-rw-r--r--arch/arm/boot/dts/tegra30.dtsi7
2 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index a6b135164ae0..7f718bd03452 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -13,8 +13,8 @@
13 compatible = "arm,cortex-a9-gic"; 13 compatible = "arm,cortex-a9-gic";
14 interrupt-controller; 14 interrupt-controller;
15 #interrupt-cells = <3>; 15 #interrupt-cells = <3>;
16 reg = <0x50041000 0x1000>, 16 reg = <0x50041000 0x1000
17 <0x50040100 0x0100>; 17 0x50040100 0x0100>;
18 }; 18 };
19 19
20 pmu { 20 pmu {
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 45547ad82972..b52378a06fb3 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -13,8 +13,8 @@
13 compatible = "arm,cortex-a9-gic"; 13 compatible = "arm,cortex-a9-gic";
14 interrupt-controller; 14 interrupt-controller;
15 #interrupt-cells = <3>; 15 #interrupt-cells = <3>;
16 reg = <0x50041000 0x1000>, 16 reg = <0x50041000 0x1000
17 <0x50040100 0x0100>; 17 0x50040100 0x0100>;
18 }; 18 };
19 19
20 pmu { 20 pmu {
@@ -186,7 +186,8 @@
186 186
187 ahub { 187 ahub {
188 compatible = "nvidia,tegra30-ahub"; 188 compatible = "nvidia,tegra30-ahub";
189 reg = <0x70080000 0x200 0x70080200 0x100>; 189 reg = <0x70080000 0x200
190 0x70080200 0x100>;
190 interrupts = <0 103 0x04>; 191 interrupts = <0 103 0x04>;
191 nvidia,dma-request-selector = <&apbdma 1>; 192 nvidia,dma-request-selector = <&apbdma 1>;
192 193