summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-12-07 15:13:48 -0700
committerOlof Johansson <olof@lixom.net>2011-12-07 20:47:48 -0800
commit64f88ec3957b8e448e377231d177260ebfda71a2 (patch)
treeb11c4d214c26d7504962acc5e5f4cfd736f1e8cc /arch
parent4a53f4e692c5df8a4bf9bf059b8007d575b0204a (diff)
downloadlinux-stable-64f88ec3957b8e448e377231d177260ebfda71a2.tar.gz
linux-stable-64f88ec3957b8e448e377231d177260ebfda71a2.tar.bz2
linux-stable-64f88ec3957b8e448e377231d177260ebfda71a2.zip
arm/dt: tegra: Clean up I2S and DAS nodes
The I2S and DAS nodes don't have children, and hence don't need to set address/size cells. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 795b921d92fc..04068dd49286 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -45,8 +45,6 @@
};
i2s@70002800 {
- #address-cells = <1>;
- #size-cells = <0>;
compatible = "nvidia,tegra20-i2s";
reg = <0x70002800 0x200>;
interrupts = < 45 >;
@@ -54,8 +52,6 @@
};
i2s@70002a00 {
- #address-cells = <1>;
- #size-cells = <0>;
compatible = "nvidia,tegra20-i2s";
reg = <0x70002a00 0x200>;
interrupts = < 35 >;
@@ -63,8 +59,6 @@
};
das@70000c00 {
- #address-cells = <1>;
- #size-cells = <0>;
compatible = "nvidia,tegra20-das";
reg = <0x70000c00 0x80>;
};