[alsa-devel] [PATCH 02/17] arm/dt: Tegra: Clean up I2S and DAS nodes
Stephen Warren
swarren at nvidia.com
Wed Nov 23 02:21:10 CET 2011
The I2S and DAS nodes don't have children, and hence don't need to set
address/size cells. Also, adjust the dma-channel property name to match
the binding that will be implemented in the driver.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
arch/arm/boot/dts/tegra20.dtsi | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 795b921..6a17240 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -45,26 +45,20 @@
};
i2s at 70002800 {
- #address-cells = <1>;
- #size-cells = <0>;
compatible = "nvidia,tegra20-i2s";
reg = <0x70002800 0x200>;
interrupts = < 45 >;
- dma-channel = < 2 >;
+ nvidia,dma-channels = < 2 >;
};
i2s at 70002a00 {
- #address-cells = <1>;
- #size-cells = <0>;
compatible = "nvidia,tegra20-i2s";
reg = <0x70002a00 0x200>;
interrupts = < 35 >;
- dma-channel = < 1 >;
+ nvidia,dma-channels = < 1 >;
};
das at 70000c00 {
- #address-cells = <1>;
- #size-cells = <0>;
compatible = "nvidia,tegra20-das";
reg = <0x70000c00 0x80>;
};
--
1.7.0.4
More information about the Alsa-devel
mailing list