aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-01-11 18:09:55 -0500
committerOlof Johansson <olof@lixom.net>2012-02-06 21:21:20 -0500
commit5c8ee3120ee005d8204a536ce2494660032f5f6f (patch)
treed6993019c1160861781ef09624c7d44423075e62
parent8051b75ab32f72ebd7bf232e554d631f56f1ee42 (diff)
ARM: dt: tegra: Modify I2S nodes to match binding
Adjust the dma-channel property name to match the binding implemented by the driver. The binding was implemented and documented in a separate change to the ASoC tree. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 603dc2114ac6..b1f46e15e873 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -69,14 +69,14 @@
69 compatible = "nvidia,tegra20-i2s"; 69 compatible = "nvidia,tegra20-i2s";
70 reg = <0x70002800 0x200>; 70 reg = <0x70002800 0x200>;
71 interrupts = < 0 13 0x04 >; 71 interrupts = < 0 13 0x04 >;
72 dma-channel = < 2 >; 72 nvidia,dma-request-selector = < &apbdma 2 >;
73 }; 73 };
74 74
75 i2s@70002a00 { 75 i2s@70002a00 {
76 compatible = "nvidia,tegra20-i2s"; 76 compatible = "nvidia,tegra20-i2s";
77 reg = <0x70002a00 0x200>; 77 reg = <0x70002a00 0x200>;
78 interrupts = < 0 3 0x04 >; 78 interrupts = < 0 3 0x04 >;
79 dma-channel = < 1 >; 79 nvidia,dma-request-selector = < &apbdma 1 >;
80 }; 80 };
81 81
82 das@70000c00 { 82 das@70000c00 {