Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c8ee312 authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 8051b75a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -69,14 +69,14 @@
		compatible = "nvidia,tegra20-i2s";
		compatible = "nvidia,tegra20-i2s";
		reg = <0x70002800 0x200>;
		reg = <0x70002800 0x200>;
		interrupts = < 0 13 0x04 >;
		interrupts = < 0 13 0x04 >;
		dma-channel = < 2 >;
		nvidia,dma-request-selector = < &apbdma 2 >;
	};
	};


	i2s@70002a00 {
	i2s@70002a00 {
		compatible = "nvidia,tegra20-i2s";
		compatible = "nvidia,tegra20-i2s";
		reg = <0x70002a00 0x200>;
		reg = <0x70002a00 0x200>;
		interrupts = < 0 3 0x04 >;
		interrupts = < 0 3 0x04 >;
		dma-channel = < 1 >;
		nvidia,dma-request-selector = < &apbdma 1 >;
	};
	};


	das@70000c00 {
	das@70000c00 {