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

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

ARM: dt: tegra: Add labels for I2S controllers



This will allow the sound node to refer to the I2S controllers by name
when creating phandles.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 5c8ee312
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,14 +65,14 @@
		interrupts = < 0 53 0x04 >;
	};

	i2s@70002800 {
	tegra_i2s1: i2s@70002800 {
		compatible = "nvidia,tegra20-i2s";
		reg = <0x70002800 0x200>;
		interrupts = < 0 13 0x04 >;
		nvidia,dma-request-selector = < &apbdma 2 >;
	};

	i2s@70002a00 {
	tegra_i2s2: i2s@70002a00 {
		compatible = "nvidia,tegra20-i2s";
		reg = <0x70002a00 0x200>;
		interrupts = < 0 3 0x04 >;