aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra20.dtsi
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-11 16:17:47 -0600
committerStephen Warren <swarren@nvidia.com>2012-05-14 10:55:00 -0600
commitf9eb26a4e11c63bba2fb71b58dff5ed6f33091f9 (patch)
treeddaad1df61892825401bf550871127e9c8dfe4d6 /arch/arm/boot/dts/tegra20.dtsi
parent95decf84742d712a5875bb655cd7440f6d7c1184 (diff)
ARM: dt: tegra: remove unnecessary unit addresses
DT node names only need to include the unit address if it's required to make the node name unique. Remove the unnecessary unit addresses. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index f98be33da70..a6b135164ae 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -4,12 +4,12 @@
compatible = "nvidia,tegra20";
interrupt-parent = <&intc>;
- pmc@7000f400 {
+ pmc {
compatible = "nvidia,tegra20-pmc";
reg = <0x7000e400 0x400>;
};
- intc: interrupt-controller@50041000 {
+ intc: interrupt-controller {
compatible = "arm,cortex-a9-gic";
interrupt-controller;
#interrupt-cells = <3>;
@@ -23,7 +23,7 @@
0 57 0x04>;
};
- apbdma: dma@6000a000 {
+ apbdma: dma {
compatible = "nvidia,tegra20-apbdma";
reg = <0x6000a000 0x1200>;
interrupts = <0 104 0x04
@@ -90,12 +90,12 @@
nvidia,dma-request-selector = <&apbdma 1>;
};
- das@70000c00 {
+ das {
compatible = "nvidia,tegra20-das";
reg = <0x70000c00 0x80>;
};
- gpio: gpio@6000d000 {
+ gpio: gpio {
compatible = "nvidia,tegra20-gpio";
reg = <0x6000d000 0x1000>;
interrupts = <0 32 0x04
@@ -111,7 +111,7 @@
interrupt-controller;
};
- pinmux: pinmux@70000000 {
+ pinmux: pinmux {
compatible = "nvidia,tegra20-pinmux";
reg = <0x70000014 0x10 /* Tri-state registers */
0x70000080 0x20 /* Mux registers */
@@ -154,7 +154,7 @@
interrupts = <0 91 0x04>;
};
- emc@7000f400 {
+ emc {
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra20-emc";
@@ -207,7 +207,7 @@
phy_type = "utmi";
};
- ahb: ahb@6000c004 {
+ ahb {
compatible = "nvidia,tegra20-ahb";
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
};