Commit 5ff48887 authored by Stephen Warren's avatar Stephen Warren

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: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
parent c44e438a
...@@ -13,8 +13,8 @@ intc: interrupt-controller { ...@@ -13,8 +13,8 @@ intc: interrupt-controller {
compatible = "arm,cortex-a9-gic"; compatible = "arm,cortex-a9-gic";
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
reg = <0x50041000 0x1000>, reg = <0x50041000 0x1000
<0x50040100 0x0100>; 0x50040100 0x0100>;
}; };
pmu { pmu {
......
...@@ -13,8 +13,8 @@ intc: interrupt-controller { ...@@ -13,8 +13,8 @@ intc: interrupt-controller {
compatible = "arm,cortex-a9-gic"; compatible = "arm,cortex-a9-gic";
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
reg = <0x50041000 0x1000>, reg = <0x50041000 0x1000
<0x50040100 0x0100>; 0x50040100 0x0100>;
}; };
pmu { pmu {
...@@ -186,7 +186,8 @@ pinmux: pinmux { ...@@ -186,7 +186,8 @@ pinmux: pinmux {
ahub { ahub {
compatible = "nvidia,tegra30-ahub"; compatible = "nvidia,tegra30-ahub";
reg = <0x70080000 0x200 0x70080200 0x100>; reg = <0x70080000 0x200
0x70080200 0x100>;
interrupts = <0 103 0x04>; interrupts = <0 103 0x04>;
nvidia,dma-request-selector = <&apbdma 1>; nvidia,dma-request-selector = <&apbdma 1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment