ARM: dt: tegra: Modify I2S nodes to match binding
authorStephen Warren <swarren@nvidia.com>
Wed, 11 Jan 2012 23:09:55 +0000 (16:09 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 7 Feb 2012 02:21:20 +0000 (18:21 -0800)
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>
arch/arm/boot/dts/tegra20.dtsi

index 603dc21..b1f46e1 100644 (file)
                compatible = "nvidia,tegra20-i2s";
                reg = <0x70002800 0x200>;
                interrupts = < 0 13 0x04 >;
-               dma-channel = < 2 >;
+               nvidia,dma-request-selector = < &apbdma 2 >;
        };
 
        i2s@70002a00 {
                compatible = "nvidia,tegra20-i2s";
                reg = <0x70002a00 0x200>;
                interrupts = < 0 3 0x04 >;
-               dma-channel = < 1 >;
+               nvidia,dma-request-selector = < &apbdma 1 >;
        };
 
        das@70000c00 {